Click or drag to resize
SelectResultsIterator Class

Note: This API is now obsolete.

Iterator for a query result.
Inheritance Hierarchy
SystemObject
  [T:GemStone.GemFire.Cache.Internal.UMWrap<gemfire::SelectResultsIterator>]
    GemStone.GemFire.CacheSelectResultsIterator

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
[ObsoleteAttribute("Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")]
public sealed class SelectResultsIterator : [T:GemStone.GemFire.Cache.Internal.UMWrap<gemfire::SelectResultsIterator>], 
	IEnumerator<IGFSerializable>

The SelectResultsIterator type exposes the following members.

Properties
  NameDescription
Public propertyCurrent
Gets the element in the collection at the current position of the enumerator.
Public propertyHasNext
Check if there is a next element.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMoveNext
Advances the enumerator to the next element of the collection.
Public methodNext
Get the current element and move to the next one.
Public methodReset
Sets the enumerator to its initial position, which is before the first element in the collection.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Explicit Interface Implementations
See Also