The Reader type exposes the following members.

Methods

  NameDescription
ApplyFilter
Applies the ResultsStore Filter class to the Reader. Any access to this Reader after the filter has been applied will access only the filtered data.
ApplySort
Sorts the ResultsStore according to SortOrder.
CancelOperation
Cancels the running operation. This may be a ApplyFilter(Boolean) or a ApplySort()()().
Dispose
Disposes of the current object.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetEnumerator
Returns a ResultsStore StoreEnumerator.
GetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetRow
Gets a row at the specified index.
GetRowType
Gets the type of a row at the specified index. Does not retrieve all the row fields if not needed.
GetSummaryRow
Gets a summary row at the specified index. If the current row has already been retrieved in full, the complete row is returned.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ReverseSort
Reverses the current order of the ResultsStore. This is a fast operation; it is much quicker than applying the sort in the reverse order.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Fields
Returns the fields for the current reader.
Filter
The filter used to generate a filtered ResultsStore.
Missing
Compare against this singleton to check for Missing values.
Position
Gets and sets the absolute position of the current row.
RowCount
Returns the row count for the current reader.
SortOrder
The sort order to be used on the current ResultsStore.
Status
The status handler for the ApplySort()()() or ApplyFilter(Boolean) operations.
Where
Contains the WHERE clause that was used to create the ResultsStore.

Explicit Interface Implementations

See Also