Mindscape LightSpeed - User Reference & API Documentation
IdentityMethod Property
API ReferenceMindscape.LightSpeedLightSpeedContextIdentityMethod
Determines the strategy used to generate new unique identifiers. - KeyTable efficiently produces database unique integer keys and is great for web applications. - Guids are globally unique and fast to generate but not as user-friendly as integers. - Sequence uses a database specific sequence object to generate database unique integers. Available on Oracle and Postgres only. - IdentityColumn uses an auto-incrementing identity column.
Declaration Syntax
C#Visual Basic
public static IdentityMethod IdentityMethod { get; set; }
Public Shared Property IdentityMethod As IdentityMethod

Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)