MySqlInsertBulk..::..WithBatchSize Method
Modifies the batch size.
Namespace:
Tortuga.Chain.MySql.CommandBuildersAssembly: Tortuga.Chain.MySql (in Tortuga.Chain.MySql.dll)
Syntax
public MySqlInsertBulk WithBatchSize( int batchSize )
Public Function WithBatchSize ( _ batchSize As Integer _ ) As MySqlInsertBulk
public: MySqlInsertBulk^ WithBatchSize( int^ batchSize )
Parameters
- batchSize
- Type: Int32
Size of the batch.