DMRColumnCriteria Class

Alterian Email Manager 6.2.3 SDK Help File
Represents a criteria by which to assemble a report from columns.
Inheritance Hierarchy
SystemObject
  DMLibraryDMRColumnCriteria

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

Syntax
public class DMRColumnCriteria

The DMRColumnCriteria type exposes the following members.

Fields
NameDescription
Public fieldClosePars
The number of closing parentheses at the end of this criteria.
Public fieldCombine
Indicates how the boolean result of this condition should be logically combined with the next.
Public fieldOpenPars
The number of open parentheses at the beginning of this criteria.
Public fieldOperand1
The first operand in this expression. A column object.
Public fieldOperand2
The second operand in this expression. A collection of strings.
Public fieldOperator
The operator used to combine the two operands into a logical result.
Top
See Also