VMware GemFire Native Client .NET Framework API Reference
|
VMware VMware GemFire Native .NET Reference 10.4.3
|
Loading...
Searching...
No Matches
Apache::Geode::Client::ResultSet< TResult > Class Template Reference
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. | |
Properties | |
| virtual TResult | Item [get] |
| Get an object at the given index. | |
| virtual size_t | Size [get] |
The size of the ResultSet. | |
Detailed Description
template<class TResult>
class Apache::Geode::Client::ResultSet< TResult >
class Apache::Geode::Client::ResultSet< TResult >
Encapsulates a query result set.
It specifies the interface for the resultset obtained from the Geode cache server
Member Function Documentation
◆ GetEnumerator()
template<class TResult >
|
virtual |
Returns an enumerator that iterates through the collection.
- Returns
- A
System.Collections.Generic.IEnumeratorthat can be used to iterate through theResultSet.
Property Documentation
◆ Item
template<class TResult >
|
get |
Get an object at the given index.
◆ Size
template<class TResult >
|
get |
The size of the ResultSet.
Apache Geode C++ Cache .NET API Documentation