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