Method Where
| Improve this Doc View SourceWhere<T>(Func<T, DataRow, Boolean>, Boolean)
Constructs a DataRow predicate.
Declaration
public static Predicate<DataRow> Where<T>(Func<T, DataRow, bool> predicate, bool ensureStatic = true)
where T : Model
Parameters
Type | Name | Description |
---|---|---|
System.Func<T, DataRow, System.Boolean> | predicate | |
System.Boolean | ensureStatic |
Returns
Type | Description |
---|---|
System.Predicate<DataRow> |
Type Parameters
Name | Description |
---|---|
T | Type of the model. |