Does the dialect support the syntax 'drop table if exists NAME'

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

Syntax

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

See Also