Mimer SQL Data Provider
MimerBatch Class Methods

Mimer.Data.Client Namespace : MimerBatch Class

For a list of all members of this type, see MimerBatch members.

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