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