Returns the suffixed result-set column-aliases for the columns
making up the collection's index (map or list).
Namespace: NHibernate.LoaderAssembly: 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 (); } |