In the Java language, this field indicates that the database treats mixed-case, quoted SQL identifiers as case-insensitive and stores them in lower case.

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

Syntax

C#
bool StoresLowerCaseQuotedIdentifiers { get; }
Visual Basic
ReadOnly Property StoresLowerCaseQuotedIdentifiers As Boolean
	Get
Visual C++
property bool StoresLowerCaseQuotedIdentifiers {
	bool get ();
}

See Also