The result set column aliases for the primary key columns

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

Syntax

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

See Also