Click or drag to resize
IApplicationEventProviderGetPaging Method
分页函数

Namespace: X3Platform.Apps.IDAL
Assembly: X3Platform.Apps (in X3Platform.Apps.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
IList<ApplicationEventInfo> GetPaging(
	int startIndex,
	int pageSize,
	string whereClause,
	string orderBy,
	out int rowCount
)

Parameters

startIndex
Type: SystemInt32
开始行索引数,由0开始统计
pageSize
Type: SystemInt32
页面大小
whereClause
Type: SystemString
WHERE 查询条件
orderBy
Type: SystemString
ORDER BY 排序条件.
rowCount
Type: SystemInt32
记录行数

Return Value

Type: IListApplicationEventInfo
返回一个列表
See Also