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

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

Syntax

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

See Also