Apache Geode Native .NET Reference 1.15.0
Apache::Geode::Client::ICqResults< TResult > Interface Template Reference

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

#include <ICqResults.hpp>

Inherits Apache::Geode::Client::ISelectResults< TResult >.

Inherited by Apache::Geode::Client::StructSet< 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>
interface Apache::Geode::Client::ICqResults< TResult >

Interface to encapsulate a select query result set.

Property Documentation

◆ Item

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

Get an object at the given index.

◆ Size

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

The size of the ISelectResults.


Apache Geode C++ Cache .NET API Documentation