Click or drag to resize
IWhereConditionTParentOr Method
Overload List
  NameDescription
Public methodOr
Changes the where operator to OR for next where conditions. Use in combination of methods Where...
Public methodOr(IWhereCondition)
Adds the given where condition with the OR operator
Public methodOr(ActionWhereCondition)
Adds the given where condition with the OR operator. Creates a new where condition object and runs the setup actions on it.
Top
See Also