RowSet Methods |
The RowSet type exposes the following members.
Name | Description | |
---|---|---|
Dispose | Obsolete.
For backward compatibility only
| |
FetchMoreResults |
Forces the fetching the next page of results for this RowSet.
| |
FetchMoreResultsAsync | ||
GetAvailableWithoutFetching |
The number of rows available in this row set that can be retrieved without blocking to fetch.
| |
GetEnumerator | Returns an enumerator that iterates through the collection. | |
GetRows |
For backward compatibility: It is possible to iterate using the RowSet as it is enumerable.
Obsolete: Note that it will be removed in future versions | |
IsExhausted |
Returns whether this ResultSet has more results.
It has side-effects, if the internal queue has been consumed it will page for more results.
|