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

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

Syntax

C#
string Alias { get; }
Visual Basic
ReadOnly Property Alias As String
	Get
Visual C++
property String^ Alias {
	String^ get ();
}

Field Value

The alias for the encapsulated entity.

See Also