Returns the suffixed result-set column-aliases for the columns making up the collection's elements.
Namespace:
NHibernate.Loader.Custom
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();
|
Field Value
The element result-set column aliases.
Implements
ICollectionAliases..::.SuffixedElementAliases
See Also