|
ITableOperationsGetPageOfRecords Method
|
Gets the specified page of records from the provided source records array.
Namespace: GSF.Data.ModelAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.230-beta+03417d7b5cff037b24e882d7adef82d359b34964
Syntaxfunction GetPageOfRecords(records, page, pageSize);
View SourceParameters
- records Object
- Source records array.
- page Int32
- Desired page of records.
- pageSize Int32
- Desired page size.
Return Value
IEnumerableA page of records.
See Also