CriteriaOperator.And(CriteriaOperator[]) Method
In This Article
Returns the expression which groups the specified operands with logical AND.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
operands | Criteria |
An array of Criteria |
#Returns
Type | Description |
---|---|
Criteria |
A Criteria |
See Also