Gets or sets the number of identities allocated when using an IdentityMethod that allocates blocks of identity numbers. Currently KeyTable and Sequence. The default block size is 10.

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

Syntax

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

Field Value

The number of identities allocated.

See Also