Mindscape LightSpeed - User Reference & API Documentation
IdentityMethod Enumeration
API ReferenceMindscape.LightSpeedIdentityMethod
Determines the strategy used to generate new identity values.
Declaration Syntax
C#Visual Basic
public enum IdentityMethod
Public Enumeration IdentityMethod
Members
MemberDescription
KeyTable
Uses the Key Table (hilo) pattern to efficiently produce database unique integer keys.

Guid
Sequence
Uses a database Sequence object like that supported on Oracle and PostgreSQL.

IdentityColumn
Uses an auto incrementing database identity column.

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