Returns the list of from elements in order.

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> GetFromElements()
Visual Basic
Public Function GetFromElements As IList(Of IASTNode)
Visual C++
public:
IList<IASTNode^>^ GetFromElements()

Return Value

The list of from elements (instances of FromElement).

See Also