Overload | Description |
---|---|
LoadPageWithChildren<T>(String,IEnumerable<Object>,String,Int32,Int32) | Load a page of records with children that are filtered by a where clause and ordered |
LoadPageWithChildren<T>(Int32,Int32) | Load a page of records with the parents and children |
LoadPageWithChildren<T>(String,Int32,Int32) | Load a page of records that are ordered with their children |
LoadPageWithChildren<T>(String,Dictionary<String,Object>,String,Int32,Int32) | Load a page of records with children that are filtered by a where clause and ordered |