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

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

Syntax

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

See Also