Overload | Description |
---|---|
LoadOne(String,String,Dictionary<String,Object>) | Get a single record from a table with a parameterized where clause |
LoadOne(String) | Load the first record from the table |
LoadOne(String,String,Object) | Get one record from a table by the passed column and value |