CriteriaOperator.Or(IEnumerable<CriteriaOperator>) Method
Initializes a new CriteriaOperator that groups specified criteria via the logical OR operator.
Namespace: DevExpress.XamarinForms.Core.Filtering
Assembly: DevExpress.XamarinForms.Core.dll
NuGet Package: DevExpress.XamarinForms.Core
Declaration
public static CriteriaOperator Or(
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 OR operator. |
See Also