Click or drag to resize
AkObjectListTLoad Method (AkSearch, Int32)
加载。

根据页码访问搜索对象、并将搜索对象的返回结果增加到当前集合中。

支持链式操作。

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public AkObjectList<T> Load(
	AkSearch sr,
	int pageNo
)

Parameters

sr
Type: Appkit.DataAkSearch
搜索对象。
pageNo
Type: SystemInt32
页码。

Return Value

Type: AkObjectListT
当前集合。
See Also