Method Where
| Improve this Doc View SourceWhere(Func<T, _Boolean>)
Filters this database recordset.
Declaration
public DbQuery<T> Where(Func<T, _Boolean> predicate)
Parameters
Type | Name | Description |
---|---|---|
System.Func<T, _Boolean> | predicate | The filter condition. |
Returns
Type | Description |
---|---|
DbQuery<T> | The query which filters this database recordset. |