ITableOperationsGetPageOfRecordsAsync Method

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

Definition

Namespace: Gemstone.Data.Model
Assembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.138 -- Release Build+f7ceb3e02ea3c92b27e86b99ae16cee337a20b9e
IAsyncEnumerable<Object?> GetPageOfRecordsAsync(
	IAsyncEnumerable<Object?> records,
	int page,
	int pageSize
)

Parameters

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

Return Value

IAsyncEnumerableObject
A page of records.

See Also