Get the user-visible aliases for this projection (ie. the ones that will be passed to the ResultTransformer)

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

Syntax

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

See Also