Click or drag to resize

ExpressionMatchAll Method

Creates an BinaryExpression with the MatchAll operator.

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

Parameters

left
Type: Dynamicweb.Indexing.Querying.ExpressionsExpression
The left expression.
right
Type: Dynamicweb.Indexing.Querying.ExpressionsExpression
The right expression.

Return Value

Type: Expression
See Also