VMware GemFire Native .NET Reference  9.2.4
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Properties Macros
Apache::Geode::Client::ICqResults< TResult > Interface Template Reference

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

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

Inherited by Apache::Geode::Client::StructSet< TResult >.

Public Member Functions

Apache::Geode::Client::SelectResultsIterator< TResult > ^ GetIterator ()
 Get an iterator for the result set. More...
 

Properties

bool IsModifiable [get]
 True if this ISelectResults is modifiable. More...
 
TResult Item [get]
 Get an object at the given index. More...
 
System::Int32 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.

Member Function Documentation

◆ GetIterator()

template<class TResult >
Apache::Geode::Client::SelectResultsIterator<TResult> ^ Apache::Geode::Client::ISelectResults< TResult >::GetIterator ( )
inherited

Get an iterator for the result set.

Property Documentation

◆ IsModifiable

template<class TResult >
bool Apache::Geode::Client::ISelectResults< TResult >::IsModifiable
getinherited

True if this ISelectResults is modifiable.

◆ Item

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

Get an object at the given index.

◆ Size

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

The size of the ISelectResults.


VMware GemFire .NET Cache API Documentation