Click or drag to resize
RowSet Methods

The RowSet type exposes the following members.

Methods
  NameDescription
Public methodDispose Obsolete.
For backward compatibility only
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetRows
For backward compatibility: It is possible to iterate using the RowSet as it is enumerable.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
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.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also