Returns the first select expression node that should be considered when building the array of select expressions.

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

Syntax

C#
protected internal abstract IASTNode GetFirstSelectExpression()
Visual Basic
Protected Friend MustOverride Function GetFirstSelectExpression As IASTNode
Visual C++
protected public:
virtual IASTNode^ GetFirstSelectExpression() abstract

Return Value

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

See Also