Name | Description | |
---|---|---|
![]() | Cancel | Overridden. Attempts to cancel the execution of this command |
![]() | CreateObjRef | (Inherited from System.MarshalByRefObject) |
![]() | CreateParameter | (Inherited from System.Data.Common.DbCommand) |
![]() | Dispose | Overloaded. Overridden. Disposes the resources of this command |
![]() | ExecuteNonQuery | Overridden. Executes an SQL statement against a connection object. |
![]() | ExecuteNonQueryAsync | Overloaded. Overridden. An asynchronous version of method ExecuteNonQuery that executes a SQL statement against a connection object. |
![]() | ExecuteReader | Overloaded. (Inherited from System.Data.Common.DbCommand) |
![]() | ExecuteReaderAsync | Overloaded. (Inherited from System.Data.Common.DbCommand) |
![]() | ExecuteScalar | Overridden. 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. |
![]() | ExecuteScalarAsync | Overloaded. Overridden. 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. |
![]() | 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) |