Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

SqlServerInsertBulk..::..WithBatchSize Method

Modifies the batch size.

Namespace:  Tortuga.Chain.SqlServer.CommandBuilders
Assembly:  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.

Return Value

SqlServerInsertBulk.