Sub-classes can override this method if they produce implied joins (e.g. DotNode).

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

Syntax

C#
public virtual FromElement GetImpliedJoin()
Visual Basic
Public Overridable Function GetImpliedJoin As FromElement
Visual C++
public:
virtual FromElement^ GetImpliedJoin()

Return Value

an implied join created by this from reference.

See Also