Does this dialect support the UNIQUE column syntax?
Namespace: NHibernate.DialectAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public virtual bool SupportsUnique { get; } |
Visual Basic |
---|
Public Overridable ReadOnly Property SupportsUnique As Boolean
Get |
Visual C++ |
---|
public:
virtual property bool SupportsUnique {
bool get ();
} |
See Also