Locate the select clause that is part of this select statement.
Note, that this might return null as derived select clauses (i.e., no
select clause at the HQL-level) get generated much later than when we
get created; thus it depends upon lifecycle.
Namespace: NHibernate.Hql.Ast.ANTLR.TreeAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public SelectClause GetSelectClause() |
Visual Basic |
---|
Public Function GetSelectClause As SelectClause |
Visual C++ |
---|
public: SelectClause^ GetSelectClause() |