Returns the suffixed result-set column-aliases for the columns making up the collection's index (map or list).

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

Syntax

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

Field Value

The index result-set column aliases.

See Also