ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataTableOperations - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DataTableOperations

    Inheritance
    System.Object
    DataTableOperations
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.DataSources
    Assembly: Syncfusion.EJ.dll
    Syntax
    public static class DataTableOperations

    Methods

    TablePredicate(IQueryable, ParameterExpression, String, Object, FilterType, FilterBehavior, Boolean, Type)

    Declaration
    public static Expression TablePredicate(this IQueryable source, ParameterExpression paramExpression, string propertyName, object constValue, FilterType filterType, FilterBehavior filteBehaviour, bool isCaseSensitive, Type sourceType)
    Parameters
    Type Name Description
    System.Linq.IQueryable source
    System.Linq.Expressions.ParameterExpression paramExpression
    System.String propertyName
    System.Object constValue
    Syncfusion.Linq.FilterType filterType
    Syncfusion.Linq.FilterBehavior filteBehaviour
    System.Boolean isCaseSensitive
    System.Type sourceType
    Returns
    Type Description
    System.Linq.Expressions.Expression
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved