Apache Geode Native .NET Reference 1.15.0
|
Iterator for a query result. More...
#include <SelectResultsIterator.hpp>
Inherits System::Collections::Generic::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.