BaseDAL(T).getPage Method (Int32, Int32, Dictionary(Field, Object), OrderByClip)

DCSoft.DBUtilityGeneric

BaseDALTgetPage Method (Int32, Int32, DictionaryField, Object, 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,
	Dictionary<Field, Object> dict,
	OrderByClip orderClip
)

Parameters

pageSize
Type: SystemInt32
每页记录数
pageIndex
Type: SystemInt32
当前页码
dict
Type: System.Collections.GenericDictionaryField, Object
查询条件,模糊匹配
orderClip
Type: OrderByClip
排序

Return Value

Type: ListT

[Missing <returns> documentation for "M:DCSoft.DBUtilityGeneric.DAL.BaseDAL`1.getPage(System.Int32,System.Int32,System.Collections.Generic.Dictionary{Dos.ORM.Field,System.Object},Dos.ORM.OrderByClip)"]

See Also