Initializes a new instance of the FutureBatch<(Of <(<'TQueryApproach, TMultiApproach>)>)> class

Namespace: NHibernate.Impl
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
protected FutureBatch(
	SessionImpl session
)
Visual Basic
Protected Sub New ( _
	session As SessionImpl _
)
Visual C++
protected:
FutureBatch(
	SessionImpl^ session
)

Parameters

session
Type: NHibernate.Impl..::..SessionImpl

[Missing <param name="session"/> documentation for "M:NHibernate.Impl.FutureBatch`2.#ctor(NHibernate.Impl.SessionImpl)"]

See Also