Click or drag to resize
SelectResultsIteratorTResult Class
Iterator for a query result.
Inheritance Hierarchy
SystemObject
  [T:GemStone.GemFire.Cache.Generic.Internal.UMWrap<gemfire::SelectResultsIterator>]
    GemStone.GemFire.Cache.GenericSelectResultsIteratorTResult

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public sealed class SelectResultsIterator<TResult> : [T:GemStone.GemFire.Cache.Generic.Internal.UMWrap<gemfire::SelectResultsIterator>], 
	IEnumerator<TResult>

Type Parameters

TResult

The SelectResultsIteratorTResult 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