Click or drag to resize
IApplicationOptionProviderGetPaging Method
分页函数

Namespace: X3Platform.Apps.IDAL
Assembly: X3Platform.Apps (in X3Platform.Apps.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
IList<ApplicationOptionInfo> GetPaging(
	int startIndex,
	int pageSize,
	DataQuery query,
	out int rowCount
)

Parameters

startIndex
Type: SystemInt32
开始行索引数,由0开始统计
pageSize
Type: SystemInt32
页面大小
query
Type: X3Platform.DataDataQuery
数据查询参数
rowCount
Type: SystemInt32
行数

Return Value

Type: IListApplicationOptionInfo
返回一个列表实例
See Also