Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / FilterBinaryExpression Class / FilterBinaryExpression Constructor
The logical operator applied between the left and right expressions.
The left expression.
The right expression.

In This Topic
    FilterBinaryExpression Constructor
    In This Topic
    Initializes a new instance of the FilterBinaryExpression class.
    Syntax

    Parameters

    combination
    The logical operator applied between the left and right expressions.
    leftExpression
    The left expression.
    rightExpression
    The right expression.
    See Also