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

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

Syntax

C#
public void AddCollectionJoinFromElementByPath(
	string path,
	FromElement destination
)
Visual Basic
Public Sub AddCollectionJoinFromElementByPath ( _
	path As String, _
	destination As FromElement _
)
Visual C++
public:
void AddCollectionJoinFromElementByPath(
	String^ path, 
	FromElement^ destination
)

Parameters

path
Type: System..::..String

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

destination
Type: NHibernate.Hql.Ast.ANTLR.Tree..::..FromElement

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

See Also