Click or drag to resize
RowSet Methods

The RowSet type exposes the following members.

Methods
  NameDescription
Public methodDispose Obsolete.
For backward compatibility only
Public methodFetchMoreResults
Force the fetching the next page of results for this result set, if any.
Public methodFetchMoreResultsAsync
Force the fetching the next page of results without blocking for this result set, if any.
Public methodGetAvailableWithoutFetching
The number of rows available in this row set that can be retrieved without blocking to fetch.
Public methodGetEnumerator
Public methodGetRows
For backward compatibility: It is possible to iterate using the RowSet as it is enumerable.
Public methodIsExhausted
Returns whether this ResultSet has more results. It has side-effects, if the internal queue has been consumed it will page for more results.
Top
See Also