Overload | Description |
---|---|
LoadTop(String,String,IEnumerable<Object>,String,Int32) | Get a limited number of records for a table |
LoadTop<T>(String,IEnumerable<Object>,String,Int32) | Load Top N Records filtered by a Where clause that are ordered |
LoadTop(String,Int32) | Get a limited number of records for a table |
LoadTop(String,String,Int32) | Get a limited number of records for a table |
LoadTop(String,String,Dictionary<String,Object>,String,Int32) | Get a limited number of records for a table |
LoadTop<T>(Int32) | Load Top N Records |
LoadTop<T>(String,Int32) | Load Top N Records that are ordered |
LoadTop<T>(String,Dictionary<String,Object>,String,Int32) | Load Top N Records filtered by a Where clause that are ordered |