[Missing <summary> documentation for "P:NHibernate.Dialect.SQLiteDialect.SupportsIfExistsBeforeTableName"]

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

Syntax

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

See Also