Search Results for

    Show / Hide Table of Contents

    Class BasePagingInfo

    分页信息

    Inheritance
    System.Object
    BasePagingInfo
    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: FreeSql.Internal.Model
    Assembly: FreeSql.dll
    Syntax
    public class BasePagingInfo

    Properties

    | Improve this Doc View Source

    Count

    查询的记录数量

    Declaration
    public long Count { get; set; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    PageNumber

    第几页,从1开始

    Declaration
    public int PageNumber { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    PageSize

    每页多少

    Declaration
    public int PageSize { get; set; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX