Click or drag to resize

ExpressionGroup Method

Creates an GroupExpression with the specified value.

Namespace:  Dynamicweb.Indexing.Querying.Expressions
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public static Expression Group(
	bool negate,
	OperatorType op,
	List<Expression> expressions
)

Parameters

negate
Type: SystemBoolean
if set to true [negate].
op
Type: Dynamicweb.Indexing.Querying.ExpressionsOperatorType
The OperatorType.
expressions
Type: System.Collections.GenericListExpression
The expressions.

Return Value

Type: Expression
See Also