Name | Description | |
---|---|---|
![]() | Cancel | Attempts to cancel the execution of this command (Inherited from C1.DataConnector.AdoNet.C1CommandBase) |
![]() | CreateObjRef | (Inherited from System.MarshalByRefObject) |
![]() | CreateParameter | (Inherited from System.Data.Common.DbCommand) |
![]() | Dispose | Overloaded. Disposes the resources of this command (Inherited from C1.DataConnector.AdoNet.C1CommandBase) |
![]() | ExecuteNonQuery | Executes an SQL statement against a connection object. (Inherited from C1.DataConnector.AdoNet.C1CommandBase) |
![]() | ExecuteNonQueryAsync | Overloaded. An asynchronous version of method ExecuteNonQuery that executes a SQL statement against a connection object. (Inherited from C1.DataConnector.AdoNet.C1CommandBase) |
![]() | ExecuteReader | Overloaded. (Inherited from System.Data.Common.DbCommand) |
![]() | ExecuteReaderAsync | Overloaded. (Inherited from System.Data.Common.DbCommand) |
![]() | ExecuteScalar | Executes the query and returns the first column of the first row in the result set returned by the query. All other columns and rows are ignored. (Inherited from C1.DataConnector.AdoNet.C1CommandBase) |
![]() | ExecuteScalarAsync | Overloaded. An asynchronous version of method ExecuteScalar that executes the query and returns the first column of the first row in the result set returned by the query. All other columns and rows are ignored. (Inherited from C1.DataConnector.AdoNet.C1CommandBase) |
![]() | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | Prepare | Overridden. Creates a prepared (or compiled) version of the command on the data source. |
![]() | ToString | (Inherited from System.ComponentModel.Component) |