Look for an existing implicit or explicit join by the given path.

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

Syntax

C#
public FromElement FindJoinByPath(
	string path
)
Visual Basic
Public Function FindJoinByPath ( _
	path As String _
) As FromElement
Visual C++
public:
FromElement^ FindJoinByPath(
	String^ path
)

Parameters

path
Type: System..::..String

[Missing <param name="path"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.FromClause.FindJoinByPath(System.String)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.FromClause.FindJoinByPath(System.String)"]

See Also