Class PredicateType
Predicate type defined for Filters.
Inheritance
System.Object
PredicateType
Namespace: Syncfusion.Maui.DataSource
Assembly: Syncfusion.Maui.DataSource.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 |