Show / Hide Table of Contents

    Class PagedResult<TSource>

    PagedResult{TSource}

    Inheritance
    Object
    PagedResult
    PagedResult<TSource>
    Inherited Members
    PagedResult.CurrentPage
    PagedResult.PageCount
    PagedResult.PageSize
    PagedResult.RowCount
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    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
    IQueryable<TSource>

    The queryable.

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