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