Do we need to qualify index names with the schema name?

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

Syntax

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

See Also