Does this dialect support the UNIQUE column syntax?

Namespace:  NHibernate.Dialect
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Overridable ReadOnly Property SupportsUnique As Boolean
C#
public virtual bool SupportsUnique { get; }
Visual C++
public:
virtual property bool SupportsUnique {
	bool get ();
}
JavaScript
function get_supportsUnique();

See Also