|
Apache Geode Native .NET Reference 1.15.0
|
Encapsulates a query result set. More...
#include <ResultSet.hpp>
Inherits Apache::Geode::Client::ISelectResults< TResult >.
Public Member Functions | |
| virtual System::Collections::Generic::IEnumerator< TResult > ^ | GetEnumerator () |
| Returns an enumerator that iterates through the collection. More... | |
Properties | |
| virtual TResult | Item [get] |
| Get an object at the given index. More... | |
| virtual size_t | Size [get] |
The size of the ResultSet. More... | |
Encapsulates a query result set.
It specifies the interface for the resultset obtained from the Geode cache server
|
virtual |
Returns an enumerator that iterates through the collection.
System.Collections.Generic.IEnumerator that can be used to iterate through the ResultSet.
|
get |
Get an object at the given index.
|
get |
The size of the ResultSet.