Click or drag to resize
AkPaginationNew Method
构造。

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static AkPagination New(
	int rows,
	int size
)

Parameters

rows
Type: SystemInt32
总行数。
size
Type: SystemInt32
每页行数。

Return Value

Type: AkPagination
AkPagination对象。
See Also