The Store type exposes the following members.

Methods

  NameDescription
Dispose
Disposes of the current object.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Destructor.
(Overrides Object..::.Finalize()()().)
GetEnumerator
Returns a default enumerator for the ResultsStore.
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.)
GetReaderOverloaded.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
IdenticalValuesOverloaded.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Compressed
True if the results store is using compressed temporary files, false otherwise.
Fields
The fields in the ResultsStore object.
RowCount
The number of rows in the ResultsStore.
Where
Contains the WHERE clause that was used to create the ResultsStore.

Explicit Interface Implementations

See Also