Returns the list of from elements that will be part of the result set.

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

Syntax

C#
public IList<IASTNode> GetProjectionList()
Visual Basic
Public Function GetProjectionList As IList(Of IASTNode)
Visual C++
public:
IList<IASTNode^>^ GetProjectionList()

Return Value

the list of from elements that will be part of the result set.

See Also