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

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

Syntax

Visual Basic (Declaration)
Protected Overridable ReadOnly Property SupportsIfExistsBeforeTableName As Boolean
C#
protected virtual bool SupportsIfExistsBeforeTableName { get; }
Visual C++
protected:
virtual property bool SupportsIfExistsBeforeTableName {
	bool get ();
}
JavaScript
function get_supportsIfExistsBeforeTableName();

See Also