Returns the suffixed result-set column-aliases for the collumns
making up the collection's index (map or list).
Namespace:
NHibernate.LoaderAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
ReadOnly Property SuffixedIndexAliases As String() |
C# |
---|
string[] SuffixedIndexAliases { get; } |
Visual C++ |
---|
property array<String^>^ SuffixedIndexAliases { array<String^>^ get (); } |
JavaScript |
---|
function get_suffixedIndexAliases(); |