Click or drag to resize

ExpressionBinary Method

Creates an BinaryExpression with the specified value.

Namespace:  Dynamicweb.Indexing.Querying.Expressions
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public static Expression Binary(
	OperatorType op,
	Expression left,
	Expression right
)

Parameters

op
Type: Dynamicweb.Indexing.Querying.ExpressionsOperatorType
The OperatorType.
left
Type: Dynamicweb.Indexing.Querying.ExpressionsExpression
The left.
right
Type: Dynamicweb.Indexing.Querying.ExpressionsExpression
The right.

Return Value

Type: Expression
See Also