menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FilterType - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FilterType

    Specifies the FilterType to be used in LINQ methods.

    Inheritance
    System.Object
    FilterType
    Namespace: Syncfusion.Data
    Assembly: Syncfusion.EJ2.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

    DoesNotContain

    Checks for Does Not Contains on the string operands.

    Declaration
    public const FilterType DoesNotContain
    Field Value
    Type
    FilterType

    DoesNotEndWith

    Checks for Does Not EndsWith on the string operands.

    Declaration
    public const FilterType DoesNotEndWith
    Field Value
    Type
    FilterType

    DoesNotStartWith

    Checks for Does Not StartsWith on the string operands.

    Declaration
    public const FilterType DoesNotStartWith
    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 Greater Than on the operands.

    Declaration
    public const FilterType GreaterThan
    Field Value
    Type
    FilterType

    GreaterThanOrEqual

    Checks for Greater Than or Equal on the operands.

    Declaration
    public const FilterType GreaterThanOrEqual
    Field Value
    Type
    FilterType

    In

    Checks if a value exists within a specified list of values.

    Declaration
    public const FilterType In
    Field Value
    Type
    FilterType

    IsEmpty

    Checks for Empty on the string operands.

    Declaration
    public const FilterType IsEmpty
    Field Value
    Type
    FilterType

    IsNotEmpty

    Checks for Not Empty on the string operands.

    Declaration
    public const FilterType IsNotEmpty
    Field Value
    Type
    FilterType

    IsNotNull

    Checks for Not Null on the string operands.

    Declaration
    public const FilterType IsNotNull
    Field Value
    Type
    FilterType

    IsNull

    Checks for Null on the string operands.

    Declaration
    public const FilterType IsNull
    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

    Like

    Checks for Like on the string operands.

    Declaration
    public const FilterType Like
    Field Value
    Type
    FilterType

    NotEquals

    Checks for Not Equals on the operands.

    Declaration
    public const FilterType NotEquals
    Field Value
    Type
    FilterType

    NotIn

    Checks if a value does not exist within a specified list of values.

    Declaration
    public const FilterType NotIn
    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

    Wildcard

    Checks for WildCard on the string operands.

    Declaration
    public const FilterType Wildcard
    Field Value
    Type
    FilterType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved