IWhereConditionTParentOr Method |
Name | Description | |
---|---|---|
Or |
Changes the where operator to OR for next where conditions. Use in combination of methods Where...
| |
Or(IWhereCondition) |
Adds the given where condition with the OR operator
| |
Or(ActionWhereCondition) |
Adds the given where condition with the OR operator. Creates a new where condition object and runs the setup actions on it.
|