Apache Geode Native .NET Reference 1.15.0
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. 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...
 

Detailed Description

template<class 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 System::Collections::Generic::IEnumerator< TResult > ^ Apache::Geode::Client::ResultSet< TResult >::GetEnumerator ( )
virtual

Returns an enumerator that iterates through the collection.

Returns
A System.Collections.Generic.IEnumerator that can be used to iterate through the ResultSet.

Property Documentation

◆ Item

template<class TResult >
virtual TResult Apache::Geode::Client::ResultSet< TResult >::Item
get

Get an object at the given index.

◆ Size

template<class TResult >
virtual size_t Apache::Geode::Client::ResultSet< TResult >::Size
get

The size of the ResultSet.


Apache Geode C++ Cache .NET API Documentation