In the Java language, this field indicates that the database treats mixed-case, unquoted 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 StoresUpperCaseIdentifiers { get; }
Visual Basic
ReadOnly Property StoresUpperCaseIdentifiers As Boolean
	Get
Visual C++
property bool StoresUpperCaseIdentifiers {
	bool get ();
}

See Also