public final class FilterOperation
extends com.aspose.ms.System.Enum
Specifies how the criterion established with FieldName, FilterComparisonType, and Value relates to other criteria in the filter.
Modifier and Type | Field and Description |
---|---|
static int |
And
AND operator.
|
static int |
Or
OR operator.
|
static int |
Undefined
Undefined.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Undefined
Undefined.
public static final int And
AND operator.
public static final int Or
OR operator.