Click or drag to resize

GroupExpression Class

The Class FieldExpression represents expression which is actually is group of inner expressions combined by some rule
Inheritance Hierarchy
SystemObject
  Dynamicweb.Indexing.Querying.ExpressionsExpression
    Dynamicweb.Indexing.Querying.ExpressionsGroupExpression

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

The GroupExpression type exposes the following members.

Properties
  NameDescription
Public propertyExpressions
Gets collection of inner expressions
Public propertyNegate
Gets or sets value indicates if expression should be consider opposite
Public propertyOperator
Gets or sets expression operator
Top
Methods
See Also