SQL Anywhere does not require dropping a constraint before dropping a table, and the DROP statement syntax used by Hibernate to drop a constraint is not compatible with SQL Anywhere, so disable it.

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

Syntax

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

See Also