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

MySqlInsertBulk..::..WithBatchSize Method

Modifies the batch size.

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

Return Value

SqlServerInsertBulk.