Returns the suffixed result-set column-aliases for the columns making up the collection's elements.

Namespace:  NHibernate.Loader
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property SuffixedElementAliases As String()
C#
public string[] SuffixedElementAliases { get; }
Visual C++
public:
virtual property array<String^>^ SuffixedElementAliases {
	array<String^>^ get () sealed;
}
JavaScript
function get_suffixedElementAliases();

Implements

ICollectionAliases..::.SuffixedElementAliases

See Also