TableOperationsTGetPageOfRecordsAsync 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.166 -- Release Build+4734116ef9caa0a1e84bf70b15935e09ea790ab3
public IAsyncEnumerable<T> GetPageOfRecordsAsync(
	IAsyncEnumerable<T> records,
	int page,
	int pageSize
)

Parameters

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

Return Value

IAsyncEnumerableT
A page of records.

See Also