C# 클래스 Cedar.Framework.Common.BaseClasses.PagingModel

파일 보기 프로젝트 열기: Chinaccn/surfboard 1 사용 예제들

공개 메소드들

메소드 설명
PagingModel ( string spname = null, string tablename = null, string fields = null, string orderfield = null, string sqlwhere = null, int pagesize = null, int pageindex = null, string groupby = null, bool paging = null )

构造函数

PagingModel ( string spname = null, string maintable = null, string pk = null, string alias = null, string subtable = null, string fields = null, string orderfield = null, string sqlwhere = null, string sqlwherenopaging = null, int pagesize = null, int pageindex = null, string groupby = null, bool paging = null, int pagingquerytype = 1 )

메소드 상세

PagingModel() 공개 메소드

构造函数
public PagingModel ( string spname = null, string tablename = null, string fields = null, string orderfield = null, string sqlwhere = null, int pagesize = null, int pageindex = null, string groupby = null, bool paging = null )
spname string 存储过程名称
tablename string 表名
fields string 字段
orderfield string 排序字段
sqlwhere string 查询条件
pagesize int 页容量
pageindex int 页索引
groupby string 分组
paging bool 是否分页

PagingModel() 공개 메소드

public PagingModel ( string spname = null, string maintable = null, string pk = null, string alias = null, string subtable = null, string fields = null, string orderfield = null, string sqlwhere = null, string sqlwherenopaging = null, int pagesize = null, int pageindex = null, string groupby = null, bool paging = null, int pagingquerytype = 1 )
spname string
maintable string
pk string
alias string
subtable string
fields string
orderfield string
sqlwhere string
sqlwherenopaging string
pagesize int
pageindex int
groupby string
paging bool
pagingquerytype int