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