Overload | Description |
---|---|
Load(String,IEnumerable<Object>) | Get a list of dictionary records using the passed SQL |
Load<T>(String,IEnumerable<Object>) | Get a list of dictionary records using the passed SQL |
Load(String) | Select records using the passed SQL and return a list of dictionary records. |
Load(String,Dictionary<String,Object>) | Get a list of dictionary records using the passed SQL |
Load(String,String,Object) | Get a list of records by the specified column |
Load<T>(String) | Load the passed sql into a list of objects |
Load<T>(String,Dictionary<String,Object>) | Load the passed sql into a list of objects |