Gets or sets the maximum number of update statements per command batch. Defaults to 10.

Namespace:  Mindscape.LightSpeed
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public int UpdateBatchSize { get; set; }
Visual Basic (Declaration)
Public Property UpdateBatchSize As Integer

Field Value

The batch size.

See Also