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

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

Syntax

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

See Also