Class PredicateType
Predicate type defined for Filters.
Inheritance
System.Object
    PredicateType
  Namespace: Syncfusion.DataSource
Assembly: Syncfusion.DataSource.Portable.dll
Syntax
public sealed class PredicateType : Enum
  Fields
And
Does an AND operation on filters.
Declaration
public const PredicateType And
  Field Value
| Type | 
|---|
| PredicateType | 
Or
Does an OR operation on filters.
Declaration
public const PredicateType Or
  Field Value
| Type | 
|---|
| PredicateType |