BaseDAL(T).getList Method (Int32, Int32, Where`1(T), OrderByClip)

DCSoft.DBUtilityGeneric

BaseDALTgetList 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> getList(
	int pageSize,
	int pageIndex,
	Where<T> where,
	OrderByClip order
)

Parameters

pageSize
Type: SystemInt32
每页数目
pageIndex
Type: SystemInt32
当前页码
where
Type: WhereT
查询条件
order
Type: OrderByClip
排序

Return Value

Type: ListT

[Missing <returns> documentation for "M:DCSoft.DBUtilityGeneric.DAL.BaseDAL`1.getList(System.Int32,System.Int32,Dos.ORM.Where{`0},Dos.ORM.OrderByClip)"]

See Also