Do we need to drop constraints before dropping tables in the dialect?

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

Syntax

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

See Also