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