Click or drag to resize
AkObjectListTLoadWithPagination Method
搜索并按照分页要求加载。

更多的分页支持可以使用 AkPagination 对象。

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public int LoadWithPagination(
	int pageSize,
	int pageNo,
	string searchId = ""
)

Parameters

pageSize
Type: SystemInt32
每页数目。
pageNo
Type: SystemInt32
页码。
searchId (Optional)
Type: SystemString
搜索任务的标识。

Return Value

Type: Int32
符合条件的总数目。
See Also