Specifies the batch size for batch updates.

Namespace:  DbNetLink.Data
Assembly:  DbNetLink.DbNetData (in DbNetLink.DbNetData.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public int UpdateBatchSize { get; set; }
Visual Basic (Declaration)
Public Property UpdateBatchSize As Integer
Visual C++
public:
property int UpdateBatchSize {
	int get ();
	void set (int value);
}

See Also