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
Forces the fetching the next page of results for this RowSet.
Public methodFetchMoreResultsAsync
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.

Public methodGetAvailableWithoutFetching
The number of rows available in this row set that can be retrieved without blocking to fetch.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
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.

Obsolete: Note that it will be removed in future versions

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