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#
public string[] SuffixedIndexAliases { get; }
Visual Basic
Public ReadOnly Property SuffixedIndexAliases As String()
	Get
Visual C++
public:
virtual property array<String^>^ SuffixedIndexAliases {
	array<String^>^ get () sealed;
}

Implements

ICollectionAliases..::..SuffixedIndexAliases

See Also