Overload List
| Name | Description | |
|---|---|---|
| And | 
            Changes the where operator to AND for subsequent where conditions. Use in combination of methods Where...
              | |
| And(IWhereCondition) | 
            Adds the given where condition with the AND operator
              | |
| And(Action WhereCondition ) | 
            Adds the given where condition with the AND operator. Creates a new where condition object and runs the setup actions on it.
              | 
See Also