Overload | Description |
---|---|
LoadOne<T>(Dictionary<String,Object>) | Load a single object by the passed parameters |
LoadOne<T>(Object) | Load a single record using the primary key |
LoadOne<T>() | Load the first record in a table |
LoadOne<T>(String) | Load the first record in a table based on a where clause |
LoadOne<T>(String,Dictionary<String,Object>) | Load the first record in a table based on a where clause |
LoadOne<T>(String,Dictionary<String,Object>,String) | Load the first record in a table based on a where clause |