[Missing <summary> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.FromElementFactory.CreateCollection(NHibernate.Persister.Collection.IQueryableCollection,System.String,NHibernate.SqlCommand.JoinType,System.Boolean,System.Boolean)"]

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

Syntax

C#
public FromElement CreateCollection(
	IQueryableCollection queryableCollection,
	string role,
	JoinType joinType,
	bool fetchFlag,
	bool indexed
)
Visual Basic
Public Function CreateCollection ( _
	queryableCollection As IQueryableCollection, _
	role As String, _
	joinType As JoinType, _
	fetchFlag As Boolean, _
	indexed As Boolean _
) As FromElement
Visual C++
public:
FromElement^ CreateCollection(
	IQueryableCollection^ queryableCollection, 
	String^ role, 
	JoinType joinType, 
	bool fetchFlag, 
	bool indexed
)

Parameters

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

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

role
Type: System..::..String

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

joinType
Type: NHibernate.SqlCommand..::..JoinType

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

fetchFlag
Type: System..::..Boolean

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

indexed
Type: System..::..Boolean

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

Return Value

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

See Also