ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class DataSetExtensions

    Inheritance
    System.Object
    DataSetExtensions
    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.EJ2.Linq
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public static class DataSetExtensions

    Methods

    AndPredicate(String)

    Declaration
    public static string AndPredicate(this string thisString)
    Parameters
    Type Name Description
    System.String thisString
    Returns
    Type Description
    System.String

    OrderBy(String, String)

    Declaration
    public static string OrderBy(this string thisString, string propertyName)
    Parameters
    Type Name Description
    System.String thisString
    System.String propertyName
    Returns
    Type Description
    System.String

    OrderByDescending(String, String)

    Declaration
    public static string OrderByDescending(this string thisString, string propertyName)
    Parameters
    Type Name Description
    System.String thisString
    System.String propertyName
    Returns
    Type Description
    System.String

    OrPredicate(String)

    Declaration
    public static string OrPredicate(this string thisString)
    Parameters
    Type Name Description
    System.String thisString
    Returns
    Type Description
    System.String

    Predicate(String, String, Object, FilterType)

    Declaration
    public static string Predicate(this string thisString, string property, object value, FilterType filterType)
    Parameters
    Type Name Description
    System.String thisString
    System.String property
    System.Object value
    FilterType filterType
    Returns
    Type Description
    System.String

    ThenBy(String, String)

    Declaration
    public static string ThenBy(this string thisString, string propertyName)
    Parameters
    Type Name Description
    System.String thisString
    System.String propertyName
    Returns
    Type Description
    System.String

    ThenByDescending(String, String)

    Declaration
    public static string ThenByDescending(this string thisString, string propertyName)
    Parameters
    Type Name Description
    System.String thisString
    System.String propertyName
    Returns
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved