Overload | Description |
---|---|
LoadPage<T>(String,IEnumerable<Object>,String,Int32,Int32) | Load a page of records that are filtered by a where clause and ordered |
LoadPage(PagingParameters) | Get a page of records for a table |
LoadPage<T>(Int32,Int32) | Load a page of records |
LoadPage<T>(String,Int32,Int32) | Load a page of records that are ordered |
LoadPage<T>(String,Dictionary<String,Object>,String,Int32,Int32) | Load a page of records that are filtered by a where clause and ordered |