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