Search Results for

    Show / Hide Table of Contents

    Class PagedResult<TSource>

    PagedResult{TSource}

    Inheritance
    System.Object
    PagedResult
    PagedResult<TSource>
    Inherited Members
    PagedResult.CurrentPage
    PagedResult.PageCount
    PagedResult.PageSize
    PagedResult.RowCount
    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: System.Linq.Dynamic.Core
    Assembly: System.Linq.Dynamic.Core.dll
    Syntax
    public class PagedResult<TSource> : PagedResult
    Type Parameters
    Name Description
    TSource

    The type of the source.

    Properties

    | Improve this Doc View Source

    Queryable

    Gets or sets the queryable.

    Declaration
    public IQueryable<TSource> Queryable { get; set; }
    Property Value
    Type Description
    System.Linq.IQueryable<TSource>

    The queryable.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX