Apache Geode Native .NET Reference 1.15.0
Apache::Geode::Client::ISelectResults< TResult > Class Template Reference

Interface to encapsulate a select query result set. More...

#include <ISelectResults.hpp>

Inherits System::Collections::Generic::IEnumerable< TResult >.

Inherited by Apache::Geode::Client::ICqResults< TResult >, and Apache::Geode::Client::ResultSet< TResult >.

Properties

TResult Item [get]
 Get an object at the given index. More...
 
size_t Size [get]
 The size of the ISelectResults. More...
 

Detailed Description

template<class TResult>
class Apache::Geode::Client::ISelectResults< TResult >

Interface to encapsulate a select query result set.

Property Documentation

◆ Item

template<class TResult >
TResult Apache::Geode::Client::ISelectResults< TResult >::Item
get

Get an object at the given index.

◆ Size

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

The size of the ISelectResults.


Apache Geode C++ Cache .NET API Documentation