[Missing <summary> documentation for M:Castle.MonoRail.ActiveRecordSupport.Pagination.IARPaginableDataSource.Paginate(System.Int32,System.Int32)]
Assembly: Castle.MonoRail.ActiveRecordSupport (in Castle.MonoRail.ActiveRecordSupport.dll)
Version: 1.0.3.0
Syntax
| C# |
|---|
IEnumerable Paginate( int pageSize, int currentPage ) |
Parameters
- pageSize
- Int32
[Missing <param> documentation for "pageSize"]
- currentPage
- Int32
[Missing <param> documentation for "currentPage"]
See Also
IARPaginableDataSource Interface