Gets or sets whether the column is unique.
            
Namespace: NHibernate.MappingAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
public bool Unique { get; set; } | 
| Visual Basic | 
|---|
Public Property Unique As Boolean
	Get
	Set  | 
| Visual C++ | 
|---|
public:
property bool Unique {
	bool get ();
	void set (bool value);
} | 
See Also