[Missing <summary> documentation for "P:NHibernate.Hql.Ast.ANTLR.Tree.ConstructorNode.IsReturnableEntity"]

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

Syntax

C#
public bool IsReturnableEntity { get; }
Visual Basic
Public ReadOnly Property IsReturnableEntity As Boolean
	Get
Visual C++
public:
virtual property bool IsReturnableEntity {
	bool get () sealed;
}

Implements

ISelectExpression..::..IsReturnableEntity

See Also