| RowSet Methods |
The RowSet type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose | Obsolete.
For backward compatibility only
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| FetchMoreResults |
Force the fetching the next page of results for this result set, if any.
| |
| FetchMoreResultsAsync |
Force the fetching the next page of results without blocking for this result set, if any.
| |
| GetAvailableWithoutFetching |
The number of rows available in this row set that can be retrieved without blocking to fetch.
| |
| GetEnumerator | ||
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetRows |
For backward compatibility: It is possible to iterate using the RowSet as it is enumerable.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| 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.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |