Overload | Description |
---|---|
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 |
LoadPage<T>(String,Dictionary<String,Object>,String,Int32,Int32,Boolean) | Load a page of records that are filtered by a where clause and ordered and children are specified |