Show / Hide Table of Contents

    Class QueryableProcessor

    Inheritance
    System.Object
    QueryableProcessor
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: LightQuery.Shared
    Assembly: LightQuery.Shared.dll
    Syntax
    public static class QueryableProcessor

    Methods

    | Improve this Doc View Source

    ApplySorting(IQueryable, SortOption, SortOption)

    Declaration
    public static IQueryable ApplySorting(this IQueryable queryable, SortOption sortOption, SortOption thenSortOption)
    Parameters
    Type Name Description
    System.Linq.IQueryable queryable
    SortOption sortOption
    SortOption thenSortOption
    Returns
    Type Description
    System.Linq.IQueryable
    • Improve this Doc
    • View Source
    Back to top © Georg Dangl