Skip to main content
A newer version of this page is available. .

ICriteriaVisitor.Visit(BinaryOperator) Method

Visits the BinaryOperator element.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

NuGet Package: DevExpress.XamarinForms.Core

Declaration

object Visit(
    BinaryOperator theOperator
)

Parameters

Name Type Description
theOperator BinaryOperator

The Criteria Language element to visit.

Returns

Type Description
Object

The visit result.

See Also