Retreives the from-clause in effect for this statement; could be null if the from-clause has not yet been parsed/generated.

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

Syntax

C#
FromClause FromClause { get; }
Visual Basic
ReadOnly Property FromClause As FromClause
	Get
Visual C++
property FromClause^ FromClause {
	FromClause^ get ();
}

See Also