ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class WhereFilter - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class WhereFilter

    Inheritance
    System.Object
    WhereFilter
    Namespace: Syncfusion.EJ2.Base
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class WhereFilter : Object

    Constructors

    WhereFilter()

    Declaration
    public WhereFilter()

    Properties

    Condition

    Declaration
    public string Condition { get; set; }
    Property Value
    Type Description
    System.String

    Field

    Declaration
    public string Field { get; set; }
    Property Value
    Type Description
    System.String

    IgnoreCase

    Declaration
    public bool IgnoreCase { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsComplex

    Declaration
    public bool IsComplex { get; set; }
    Property Value
    Type Description
    System.Boolean

    Operator

    Declaration
    public string Operator { get; set; }
    Property Value
    Type Description
    System.String

    predicates

    Declaration
    public List<WhereFilter> predicates { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<WhereFilter>

    value

    Declaration
    public object value { get; set; }
    Property Value
    Type Description
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved