Returns an array of SelectExpressions gathered from the children of the given parent AST node.

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

Syntax

C#
public ISelectExpression[] CollectSelectExpressions()
Visual Basic
Public Function CollectSelectExpressions As ISelectExpression()
Visual C++
public:
array<ISelectExpression^>^ CollectSelectExpressions()

Return Value

[Missing <returns> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.SelectExpressionList.CollectSelectExpressions"]

See Also