Click or drag to resize

ITableOperationsGetPageOfRecords Method

Gets the specified page of records from the provided source records array.

Namespace: GSF.Data.Model
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.256-beta+0e7e94d39a9b10efe7e26e3b8d5130afc0dd4d74
Syntax
IEnumerable GetPageOfRecords(
	Object[] records,
	int page,
	int pageSize
)
View Source

Parameters

records  Object
Source records array.
page  Int32
Desired page of records.
pageSize  Int32
Desired page size.

Return Value

IEnumerable
A page of records.
See Also