Gets or sets the IdentityMethod used to generate identity values for new instances of the target type. If nothing is specified, then the default IdentityMethod defined on the current LightSpeedContext is used.

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

Syntax

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

See Also