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.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public static CriteriaOperator And(
params CriteriaOperator[] operands
)
#Parameters
Name | Type | Description |
---|---|---|
operands | Criteria |
An array of Criteria |
#Returns
Type | Description |
---|---|
Criteria |
A Criteria |
See Also