Click or drag to resize

ExpressionOr Method

Creates an GroupExpression with the Or operator.

Namespace:  Dynamicweb.Indexing.Querying.Expressions
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public static Expression Or(
	IList<Expression> expressions
)

Parameters

expressions
Type: System.Collections.GenericIListExpression
The expressions grouped by this GroupExpression.

Return Value

Type: Expression
Result expression
See Also