Gets or sets whether the column is unique.
Namespace:
NHibernate.Mapping
Assembly:
NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property Unique As Boolean |
C# |
---|
public bool Unique { get; set; } |
Visual C++ |
---|
public:
property bool Unique {
bool get ();
void set (bool value);
} |
JavaScript |
---|
function get_unique();
function set_unique(value); |
See Also