Performs a simple query and paginate the results.

Namespace: Castle.MonoRail.ActiveRecordSupport.Pagination
Assembly:  Castle.MonoRail.ActiveRecordSupport (in Castle.MonoRail.ActiveRecordSupport.dll)
Version: 1.0.3.0

Syntax

C#
public class ARPaginableSimpleQuery : AbstractPaginableQuery

Remarks

There's no need to supply a returnType, like in SimpleQuery, as we do not perform the conversion of the query results to an array.

Inheritance Hierarchy

System..::Object
  Castle.ActiveRecord..::ActiveRecordBaseQuery
    Castle.MonoRail.ActiveRecordSupport.Pagination..::AbstractPaginableQuery
      Castle.MonoRail.ActiveRecordSupport.Pagination..::ARPaginableSimpleQuery

See Also