CriteriaOperator.And(IEnumerable<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(
IEnumerable<CriteriaOperator> operands
)
#Parameters
Name | Type | Description |
---|---|---|
operands | IEnumerable<Criteria |
A list of operands to be grouped. |
#Returns
Type | Description |
---|---|
Criteria |
A Criteria |
See Also