Constructs a queue for the given context.
Namespace: NHibernate.EngineAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public BatchFetchQueue( IPersistenceContext context ) |
| Visual Basic |
|---|
Public Sub New ( _ context As IPersistenceContext _ ) |
| Visual C++ |
|---|
public: BatchFetchQueue( IPersistenceContext^ context ) |
Parameters
- context
- Type: NHibernate.Engine..::..IPersistenceContext
The owning persistence context.