Namespace:
NHibernate.Loader.Collection
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Protected Sub New ( _ collectionPersister As IQueryableCollection, _ batchSize As Integer, _ subquery As SqlString, _ factory As ISessionFactoryImplementor, _ enabledFilters As IDictionary _ ) |
C# |
---|
protected BasicCollectionLoader( IQueryableCollection collectionPersister, int batchSize, SqlString subquery, ISessionFactoryImplementor factory, IDictionary enabledFilters ) |
Visual C++ |
---|
protected: BasicCollectionLoader( IQueryableCollection^ collectionPersister, int batchSize, SqlString^ subquery, ISessionFactoryImplementor^ factory, IDictionary^ enabledFilters ) |
JavaScript |
---|
NHibernate.Loader.Collection.BasicCollectionLoader = function(collectionPersister, batchSize, subquery, factory, enabledFilters); |
Parameters
- collectionPersister
- Type: NHibernate.Persister.Collection..::.IQueryableCollection
- batchSize
- Type: System..::.Int32
- subquery
- Type: NHibernate.SqlCommand..::.SqlString
- factory
- Type: NHibernate.Engine..::.ISessionFactoryImplementor
- enabledFilters
- Type: System.Collections..::.IDictionary