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

Syntax

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

See Also