CriteriaOperator.And(IEnumerable<CriteriaOperator>) Method
Initializes a new CriteriaOperator that groups specified criteria via the logical AND operator.
Namespace: DevExpress.XamarinForms.Core.Filtering
Assembly: DevExpress.XamarinForms.Core.dll
NuGet Package: DevExpress.XamarinForms.Core
Declaration
public static CriteriaOperator And(
IEnumerable<CriteriaOperator> operands
)
Parameters
| Name | Type | Description |
|---|---|---|
| operands | IEnumerable<CriteriaOperator> | A collection of criteria to group. |
Returns
| Type | Description |
|---|---|
| CriteriaOperator | The new criterion that groups specified criteria via the logical AND operator. |
See Also