[Missing <summary> documentation for "T:NHibernate.Linq.Visitors.ResultOperatorProcessors.ProcessFetchMany"]

Namespace: NHibernate.Linq.Visitors.ResultOperatorProcessors
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public class ProcessFetchMany : ProcessFetch, 
	IResultOperatorProcessor<FetchManyRequest>
Visual Basic
Public Class ProcessFetchMany _
	Inherits ProcessFetch _
	Implements IResultOperatorProcessor(Of FetchManyRequest)
Visual C++
public ref class ProcessFetchMany : public ProcessFetch, 
	IResultOperatorProcessor<FetchManyRequest^>

Inheritance Hierarchy

System..::..Object
  NHibernate.Linq.Visitors.ResultOperatorProcessors..::..ProcessFetch
    NHibernate.Linq.Visitors.ResultOperatorProcessors..::..ProcessFetchMany

See Also