Mimer SQL Data Provider
MimerBatch Constructor(MimerConnection,MimerTransaction)




Mimer.Data.Client Namespace > MimerBatch Class > MimerBatch Constructor : MimerBatch Constructor(MimerConnection,MimerTransaction)
A MimerConnection that represents the connection to a database server.
The MimerTransaction in which the MimerCommand executes.
Initializes a new instance of the MimerBatch class.
Syntax
'Declaration
 
Public Function New( _
   Optional ByVal connection As MimerConnection, _
   Optional ByVal transaction As MimerTransaction _
)
public function MimerBatch( 
   connection : MimerConnection,
   transaction : MimerTransaction
);

Parameters

connection
A MimerConnection that represents the connection to a database server.
transaction
The MimerTransaction in which the MimerCommand executes.
Requirements

.NET Framework
Version 4.6.2 or later

See Also

Reference

MimerBatch Class
MimerBatch Members
Overload List