Namespace:  NHibernate.Loader.Collection
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	collectionPersister As IQueryableCollection, _
	batchSize As Integer, _
	subquery As SqlString, _
	factory As ISessionFactoryImplementor, _
	enabledFilters As IDictionary _
)
C#
public BasicCollectionJoinWalker(
	IQueryableCollection collectionPersister,
	int batchSize,
	SqlString subquery,
	ISessionFactoryImplementor factory,
	IDictionary enabledFilters
)
Visual C++
public:
BasicCollectionJoinWalker(
	IQueryableCollection^ collectionPersister, 
	int batchSize, 
	SqlString^ subquery, 
	ISessionFactoryImplementor^ factory, 
	IDictionary^ enabledFilters
)
JavaScript
NHibernate.Loader.Collection.BasicCollectionJoinWalker = function(collectionPersister, batchSize, subquery, factory, enabledFilters);

See Also