CriteriaOperator.And Method
Name | Parameters | Description |
---|---|---|
And(CriteriaOperator, CriteriaOperator) static | left, right | Returns the expression which groups two operands with logical AND. |
And(CriteriaOperator[]) static | operands | Returns the expression which groups the specified operands with logical AND. |
And(IEnumerable<CriteriaOperator>) static | operands | Returns the expression which groups the specified operands with logical AND. |