Overload List
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(Action<WhereCondition>) |
Adds the given where condition with the OR operator. Creates a new where condition object and runs the setup actions on it.
|
See Also