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

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

Syntax

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

See Also