Click or drag to resize

TableOperationsTGetPageOfRecords 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.181-beta
Syntax
public IEnumerable<T> GetPageOfRecords(
	T[] records,
	int page,
	int pageSize
)
View Source

Parameters

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

Return Value

IEnumerableT
A page of records.
See Also