类库说明文档
BaseDALTgetPage Method (Int32, Int32, Where`1T, OrderByClip) |
获取分页数据
Namespace: DCSoft.DBUtilityGeneric.DAL
Assembly: DCSoft.DBUtilityGeneric (in DCSoft.DBUtilityGeneric.dll) Version: 0.0.0.0
Syntax
C#
public List<T> getPage( int pageSize, int pageIndex, Where<T> where, OrderByClip orderClip )
Parameters
- pageSize
- Type: SystemInt32
每页记录数 - pageIndex
- Type: SystemInt32
当前页码 - where
- Type: WhereT
查询条件,模糊匹配 - orderClip
- Type: OrderByClip
排序
Return Value
Type: ListT[Missing <returns> documentation for "M:DCSoft.DBUtilityGeneric.DAL.BaseDAL`1.getPage(System.Int32,System.Int32,Dos.ORM.Where{`0},Dos.ORM.OrderByClip)"]
See Also