[Missing <summary> documentation for "T:NHibernate.Impl.FutureBatch`2"]

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

Syntax

C#
public abstract class FutureBatch<TQueryApproach, TMultiApproach>
Visual Basic
Public MustInherit Class FutureBatch(Of TQueryApproach, TMultiApproach)
Visual C++
generic<typename TQueryApproach, typename TMultiApproach>
public ref class FutureBatch abstract

Type Parameters

TQueryApproach

[Missing <typeparam name="TQueryApproach"/> documentation for "T:NHibernate.Impl.FutureBatch`2"]

TMultiApproach

[Missing <typeparam name="TMultiApproach"/> documentation for "T:NHibernate.Impl.FutureBatch`2"]

Inheritance Hierarchy

System..::..Object
  NHibernate.Impl..::..FutureBatch<(Of <(<'TQueryApproach, TMultiApproach>)>)>
    NHibernate.Impl..::..FutureCriteriaBatch
    NHibernate.Impl..::..FutureQueryBatch

See Also