The number of identity values allocated at once.
Namespace:
Mindscape.LightSpeed.ConfigurationAssembly: 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) |