C# Class Cedar.Framework.Common.BaseClasses.PagingModel

Show file Open project: Chinaccn/surfboard Class Usage Examples

Public Methods

Method Description
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 )

Method Details

PagingModel() public method

构造函数
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 method

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