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

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

Syntax

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

See Also