Gets or sets the name of the Id column in the underlying table.

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

Syntax

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

Field Value

The name of the Id column.

See Also