The StoreEnumerator type exposes the following members.

Methods

  NameDescription
Dispose
Closes all the resources associated with enumerating a ResultsStore.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Destructor.
(Overrides Object..::.Finalize()()().)
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.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
MoveNext
Advances the enumerator to the next element of the collection.
Reset
Sets the enumerator to its initial position, which is before the first element in the collection.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Current
Gets the current element in the collection.
Summary
Controls whether the enumerator is for summary row information only, or full row information. By default, this is false.

Explicit Interface Implementations

  NameDescription
IEnumerator..::.Current

See Also