Pivotal GemFire Native .NET Reference
10.0.5
|
Iterator for a query result. More...
Inherits IEnumerator< TResult >.
Public Member Functions | |
virtual bool | MoveNext () |
Advances the enumerator to the next element of the collection. More... | |
virtual void | Reset () |
Sets the enumerator to its initial position, which is before the first element in the collection. More... | |
Properties | |
TResult | Current [get] |
Gets the element in the collection at the current position of the enumerator. More... | |
Iterator for a query result.
|
virtual |
Advances the enumerator to the next element of the collection.
|
virtual |
Sets the enumerator to its initial position, which is before the first element in the collection.
|
get |
Gets the element in the collection at the current position of the enumerator.