Click or drag to resize

BinaryExpression Class

The Class BinaryExpression represents binary expression
Inheritance Hierarchy
SystemObject
  Dynamicweb.Indexing.Querying.ExpressionsExpression
    Dynamicweb.Indexing.Querying.ExpressionsBinaryExpression

Namespace:  Dynamicweb.Indexing.Querying.Expressions
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public class BinaryExpression : Expression

The BinaryExpression type exposes the following members.

Properties
  NameDescription
Public propertyDisabled
Public propertyLeft
Gets or sets the left expression.
Public propertyOperator
Gets the operator.
Public propertyRight
Gets or sets the right expression.
Top
Methods
See Also