Click or drag to resize
IDataQuerySettingsTQueryPage Method
Specifies the page to select with given page index and page size. Page number is indexed from 0 (first page)

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
TQuery Page(
	int pageIndex,
	int pageSize
)

Parameters

pageIndex
Type: SystemInt32
pageSize
Type: SystemInt32

Return Value

Type: TQuery
See Also