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

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

Syntax

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

Parameters

path
Type: System..::..String

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

Return Value

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

See Also