Gets or sets whether to apply a uniqueness constraint to the column.

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

Syntax

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

See Also