The result set column aliases for the property columns

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

Syntax

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

See Also