DMRGroupCriteria Class

Alterian Email Manager 6.2.3 SDK Help File
Represents a criteria by which to group query results.
Inheritance Hierarchy
SystemObject
  DMLibraryDMRGroupCriteria

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public class DMRGroupCriteria

The DMRGroupCriteria type exposes the following members.

Fields
NameDescription
Public fieldClosePars
Number of closing parentheses at the end of this group criteria expression.
Public fieldCombine
Indicates how the boolean result of this condition should be logically combined with the next.
Public fieldOpenPars
Number of opening parentheses at the beginning of this group criteria expression.
Public fieldOperand1
The first operand of this grouping expression; a DMRGroup object.
Public fieldOperand2
The second operand: a collection of strings containing values to compare the first operand against.
Public fieldOperator
The logical operation to compare this criteria's operands with.
Top
See Also