SelectResultsIterator Class |
Note: This API is now obsolete.
Iterator for a query result.
Inheritance HierarchySystemObject [T:GemStone.GemFire.Cache.Internal.UMWrap<gemfire::SelectResultsIterator>] GemStone.GemFire.CacheSelectResultsIterator
Namespace: GemStone.GemFire.CacheAssembly: 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>
<ObsoleteAttribute("Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")>
Public NotInheritable Class SelectResultsIterator
Inherits [T:GemStone.GemFire.Cache.Internal.UMWrap<gemfire::SelectResultsIterator>]
Implements IEnumerator(Of IGFSerializable)
[ObsoleteAttribute(L"Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")]
public ref class SelectResultsIterator sealed : public [T:GemStone.GemFire.Cache.Internal.UMWrap<gemfire::SelectResultsIterator>],
IEnumerator<IGFSerializable^>
[<SealedAttribute>]
[<ObsoleteAttribute("Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")>]
type SelectResultsIterator =
class
inherit [T:GemStone.GemFire.Cache.Internal.UMWrap<gemfire::SelectResultsIterator>]
interface IEnumerator<IGFSerializable>
end
The SelectResultsIterator type exposes the following members.
Properties
| Name | Description |
---|
 | Current |
Gets the element in the collection at the current
position of the enumerator.
|
 | HasNext |
Check if there is a next element.
|
Top
Methods
| Name | Description |
---|
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | MoveNext |
Advances the enumerator to the next element of the collection.
|
 | Next |
Get the current element and move to the next one.
|
 | 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.) |
Top
Explicit Interface Implementations
See Also