The number of identity values allocated at once.

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

Syntax

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

See Also