Name | Description | |
---|---|---|
![]() | Cancel | Overridden. Attempts to cancel the execution of a MimerCommand. |
![]() | CreateParameter | Creates a new instance of a MimerParameter object. |
![]() | Dispose() | (Inherited from System.ComponentModel.Component) |
![]() | DisposeAsync | (Inherited from System.Data.Common.DbCommand) |
![]() | ExecuteNonQuery | Overridden. Executes the current SQL statement using the current connection and returns the number of rows affected. |
![]() | ExecuteNonQueryAsync | Overloaded. (Inherited from System.Data.Common.DbCommand) |
![]() | ExecuteReader | Overloaded. Executes the CommandText by the server at the specified Connection and returns a MimerDataReader. |
![]() | 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. Note that extra columns and/or rows are ignored. |
![]() | ExecuteScalarAsync | Overloaded. (Inherited from System.Data.Common.DbCommand) |
![]() | GetExplainXmlText | Return explain text for the first statements compilation. |
![]() | GetLifetimeService | (Inherited from System.Data.Common.DbCommand) |
![]() | InitializeLifetimeService | (Inherited from System.Data.Common.DbCommand) |
![]() | Prepare | Overridden. Prepares (compiles) the SQL statement specified in the CommandText. |
![]() | PrepareAsync | (Inherited from System.Data.Common.DbCommand) |
![]() | ResetCommandTimeOut | Reset the current command timeout value to its default value (30 seconds). |
![]() | ToString | (Inherited from System.Data.Common.DbCommand) |