ITableOperationsGetPageOfRecordsAsync Method
Gets the specified page of records from the provided source records array.
Namespace: Gemstone.Data.ModelAssembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.165 -- Release Build+f2de1f3c03632b89a9c6593906149f1c7d061b33
IAsyncEnumerable<Object?> GetPageOfRecordsAsync(
IAsyncEnumerable<Object?> records,
int page,
int pageSize
)
Function GetPageOfRecordsAsync (
records As IAsyncEnumerable(Of Object),
page As Integer,
pageSize As Integer
) As IAsyncEnumerable(Of Object)
IAsyncEnumerable<Object^>^ GetPageOfRecordsAsync(
IAsyncEnumerable<Object^>^ records,
int page,
int pageSize
)
function GetPageOfRecordsAsync(records, page, pageSize);
- records IAsyncEnumerableObject
- Source records array.
- page Int32
- Desired page of records.
- pageSize Int32
- Desired page size.
IAsyncEnumerableObjectA page of records.