Name | Description | |
---|---|---|
![]() | Cancel | Overridden. Attempts to cancel the execution of a MimerBatch. |
![]() | CreateBatchCommand | Creates a new instance of a MimerBatchCommand object. |
![]() | Dispose | Overridden. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
![]() | DisposeAsync | (Inherited from System.Data.Common.DbBatch) |
![]() | ExecuteNonQuery | Overridden. Executes the batch against its connection object, returning the total number of rows affected across all the batch commands. |
![]() | ExecuteNonQueryAsync | Overridden. This is the asynchronous version of ExecuteNonQuery. |
![]() | ExecuteReader | Overloaded. Executes the batch against its connection, returning a MimerDataReader which can be used to access the results. |
![]() | ExecuteReaderAsync | Overloaded. (Inherited from System.Data.Common.DbBatch) |
![]() | 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 | Overridden. This is the asynchronous version of ExecuteScalar. |
![]() | Prepare | Overridden. Prepares (compiles) the SQL statements specified in the MimerBatchCommand.CommandTexts in BatchCommands. |
![]() | PrepareAsync | Overridden. This is the asynchronous version of Prepare. |