The result set column aliases for the property columns

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

Syntax

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

See Also