Click or drag to resize

RowSetFetchMoreResultsAsync Method

Asynchronously retrieves the next page of results for this RowSet.

The Task will be completed once the internal queue is filled with the new Row instances.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.6.0
Syntax
C#
public Task FetchMoreResultsAsync()

Return Value

Type: Task
See Also