Name | Description | |
---|---|---|
![]() | MimerBatch Constructor | Overloaded. |
The following tables list the members exposed by MimerBatch.
Name | Description | |
---|---|---|
![]() | MimerBatch Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | BatchCommands | The list of commands contained in the batch in a MimerBatchCommandCollection. |
![]() | Connection | Gets or sets the MimerConnection used by this instance of the MimerBatch. |
![]() | Timeout | Overridden. Gets or sets the timeout value for the batch to complete execution before generating an error. |
![]() | Transaction | Gets or sets the MimerTransaction within which the MimerBatch commands execute. |
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. |