The maximum number of SQL statements per batch.

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

Syntax

C#
[ConfigurationPropertyAttribute("updateBatchSize")]
public Nullable<int> UpdateBatchSize { get; }
Visual Basic (Declaration)
<ConfigurationPropertyAttribute("updateBatchSize")> _
Public ReadOnly Property UpdateBatchSize As Nullable(Of Integer)

See Also