| Overload | Description |
|---|---|
| LoadWhere<T>(String) | Load entities matching the passed in where clause |
| LoadWhere<T>(String,Dictionary<String,Object>) | Load entities matching the passed in where clause |
| LoadWhere<T>(String,Dictionary<String,Object>,String) | Load entities matching the passed in where clause, ordering by the order clause |