Enum PredicateType
Defines the various constants for Predicate type of Filters.
Namespace: Syncfusion.Data
Assembly: Syncfusion.Data.WPF.dll
Syntax
public enum PredicateType
Fields
| Name | Description |
|---|---|
| And | Does an AND operation on filters. |
| AndAlso | Does an ANDALSO operation on filters. |
| Or | Does an OR operation on filters. |
| OrElse | Does an ORELSE operation on filters. |