Returns true if this select expression represents an entity that can be returned.

Namespace: NHibernate.Hql.Ast.ANTLR.Tree
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
bool IsReturnableEntity { get; }
Visual Basic
ReadOnly Property IsReturnableEntity As Boolean
	Get
Visual C++
property bool IsReturnableEntity {
	bool get ();
}

See Also