Returns an array of SelectExpressions gathered from the children of the given parent AST node.
Namespace: NHibernate.Hql.Ast.ANTLR.TreeAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public ISelectExpression[] CollectSelectExpressions( bool recurse ) |
| Visual Basic |
|---|
Public Function CollectSelectExpressions ( _ recurse As Boolean _ ) As ISelectExpression() |
| Visual C++ |
|---|
public: array<ISelectExpression^>^ CollectSelectExpressions( bool recurse ) |
Parameters
- recurse
- Type: System..::..Boolean
[Missing <param name="recurse"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.SelectExpressionList.CollectSelectExpressions(System.Boolean)"]
Return Value
[Missing <returns> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.SelectExpressionList.CollectSelectExpressions(System.Boolean)"]