Get the alias of the entity encapsulated by this criteria instance.
Namespace:
NHibernateAssembly: 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(); |