Returns the suffixed result-set column-aliases for columns making up the key for this collection (i.e., its FK to its owner).

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

Syntax

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

Field Value

The key result-set column aliases.

Implements

ICollectionAliases..::.SuffixedKeyAliases

See Also