Class PredicateType
Defines the various constants for Predicate type of Filters.
Inheritance
System.Object
    PredicateType
  Namespace: Syncfusion.Data
Assembly: Syncfusion.Data.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 | 
AndAlso
Does an ANDALSO operation on filters.
Declaration
public const PredicateType AndAlso
  Field Value
| Type | 
|---|
| PredicateType | 
Or
Does an OR operation on filters.
Declaration
public const PredicateType Or
  Field Value
| Type | 
|---|
| PredicateType | 
OrElse
Does an ORELSE operation on filters.
Declaration
public const PredicateType OrElse
  Field Value
| Type | 
|---|
| PredicateType |