Class FilterType
Specifies the filter type to be used in LINQ methods.
Inheritance
System.Object
FilterType
Namespace: Syncfusion.Maui.Data
Assembly: Syncfusion.Maui.Data.dll
Syntax
public sealed class FilterType : Enum
Fields
Between
Checks for Between two date on the operands.
Declaration
public const FilterType Between
Field Value
Type |
---|
FilterType |
Contains
Checks for Contains on the string operands.
Declaration
public const FilterType Contains
Field Value
Type |
---|
FilterType |
EndsWith
Checks for EndsWith on the string operands.
Declaration
public const FilterType EndsWith
Field Value
Type |
---|
FilterType |
Equals
Checks Equals on the operands.
Declaration
public const FilterType Equals
Field Value
Type |
---|
FilterType |
GreaterThan
Checks for GreaterThan on the operands.
Declaration
public const FilterType GreaterThan
Field Value
Type |
---|
FilterType |
GreaterThanOrEqual
Checks for GreaterThan or Equal on the operands.
Declaration
public const FilterType GreaterThanOrEqual
Field Value
Type |
---|
FilterType |
LessThan
Performs LessThan operation.
Declaration
public const FilterType LessThan
Field Value
Type |
---|
FilterType |
LessThanOrEqual
Performs LessThan or Equal operation.
Declaration
public const FilterType LessThanOrEqual
Field Value
Type |
---|
FilterType |
NotEquals
Checks for NotEquals on the operands.
Declaration
public const FilterType NotEquals
Field Value
Type |
---|
FilterType |
StartsWith
Checks for StartsWith on the string operands.
Declaration
public const FilterType StartsWith
Field Value
Type |
---|
FilterType |
Undefined
Returns invalid type.
Declaration
public const FilterType Undefined
Field Value
Type |
---|
FilterType |