Get the index formulas if this is an indexed collection (optional operation)

Namespace: NHibernate.Persister.Collection
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
string[] IndexFormulas { get; }
Visual Basic
ReadOnly Property IndexFormulas As String()
	Get
Visual C++
property array<String^>^ IndexFormulas {
	array<String^>^ get ();
}

See Also