Get the alias of the entity encapsulated by this criteria instance.

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

Syntax

Visual Basic (Declaration)
ReadOnly Property Alias As String
C#
string Alias { get; }
Visual C++
property String^ Alias {
	String^ get ();
}
JavaScript
function get_alias();

Field Value

The alias for the encapsulated entity.

See Also