[Missing <summary> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.FromElementFactory.CreateCollectionElementsJoin(NHibernate.Persister.Collection.IQueryableCollection,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 CreateCollectionElementsJoin(
	IQueryableCollection queryableCollection,
	string collectionName
)
Visual Basic
Public Function CreateCollectionElementsJoin ( _
	queryableCollection As IQueryableCollection, _
	collectionName As String _
) As FromElement
Visual C++
public:
FromElement^ CreateCollectionElementsJoin(
	IQueryableCollection^ queryableCollection, 
	String^ collectionName
)

Parameters

queryableCollection
Type: NHibernate.Persister.Collection..::..IQueryableCollection

[Missing <param name="queryableCollection"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.FromElementFactory.CreateCollectionElementsJoin(NHibernate.Persister.Collection.IQueryableCollection,System.String)"]

collectionName
Type: System..::..String

[Missing <param name="collectionName"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.FromElementFactory.CreateCollectionElementsJoin(NHibernate.Persister.Collection.IQueryableCollection,System.String)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.FromElementFactory.CreateCollectionElementsJoin(NHibernate.Persister.Collection.IQueryableCollection,System.String)"]

See Also