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

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

Syntax

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

See Also