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

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

Syntax

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

See Also