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