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.
|
public static final int Undefined
Undefined.
public static final int And
AND operator.
public static final int Or
OR operator.
Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.