Returns the FROM element that this expression refers to.

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

Syntax

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

See Also