VMware GemFire Native Client .NET Framework API Reference
|
VMware VMware GemFire Native .NET Reference 10.4.3
|
Loading...
Searching...
No Matches
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. | |
| size_t | Size [get] |
The size of the ISelectResults. | |
Detailed Description
template<class TResult>
interface Apache::Geode::Client::ICqResults< TResult >
interface Apache::Geode::Client::ICqResults< TResult >
Interface to encapsulate a select query result set.
Property Documentation
◆ Item
template<class TResult >
|
getinherited |
Get an object at the given index.
◆ Size
template<class TResult >
|
getinherited |
The size of the ISelectResults.
Apache Geode C++ Cache .NET API Documentation