Mimer SQL Data Provider
MimerBatch Class Members
Properties  Methods 

Mimer.Data.Client Namespace : MimerBatch Class

The following tables list the members exposed by MimerBatch.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyThe list of commands contained in the batch in a MimerBatchCommandCollection.  
Public PropertyGets or sets the MimerConnection used by this instance of the MimerBatch.  
Public PropertyOverridden. Gets or sets the timeout value for the batch to complete execution before generating an error.  
Public PropertyGets or sets the MimerTransaction within which the MimerBatch commands execute.  
Top
Public Methods
 NameDescription
Public MethodOverridden. Attempts to cancel the execution of a MimerBatch.  
Public MethodCreates a new instance of a MimerBatchCommand object.  
Public MethodOverridden. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.  
Public Method (Inherited from System.Data.Common.DbBatch)
Public MethodOverridden. Executes the batch against its connection object, returning the total number of rows affected across all the batch commands.  
Public MethodOverridden. This is the asynchronous version of ExecuteNonQuery.  
Public MethodOverloaded. Executes the batch against its connection, returning a MimerDataReader which can be used to access the results.  
Public MethodOverloaded.  (Inherited from System.Data.Common.DbBatch)
Public MethodOverridden. 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.  
Public MethodOverridden. This is the asynchronous version of ExecuteScalar.  
Public MethodOverridden. Prepares (compiles) the SQL statements specified in the MimerBatchCommand.CommandTexts in BatchCommands.  
Public MethodOverridden. This is the asynchronous version of Prepare.  
Top
See Also

Reference

MimerBatch Class
Mimer.Data.Client Namespace