ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Namespace Syncfusion.EJ2.Linq

    Classes

    AndAlsoModifier
    DataSetExtensions
    EnumerableExtensions
    ExpressionVisitor
    FunctionalExtensions

    Functional method extensions

    GroupResult
    ListSortDirection
    QueryableExtensions

    Provides extension methods for Queryable source.

    var fonts = FontFamily.Families.AsQueryable();

    We would normally write Expressions as,

    var names = new string[] {"Tony", "Al",
    "Sean", "Elia"}.AsQueryable();
    names.OrderBy(n=>n);

    This would sort the names based on alphabetical order. Like so, the Queryable extensions are a set of extension methods that define functions which will generate expressions based on the supplied values to the functions.

    QueryBase<T>
    QueryProviderBase
    SortDescription
    SortDescriptionIndex
    SortedColumn
    SortOrder
    StringExtensions
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved