VMware GemFire Native .NET Reference  9.2.4
Apache::Geode::Client::ISelectResults< TResult > Class Template Reference

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

Inherits IEnumerable< TResult >.

Inherited by Apache::Geode::Client::ICqResults< TResult >, and Apache::Geode::Client::ResultSet< 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>
class Apache::Geode::Client::ISelectResults< 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 ( )

Get an iterator for the result set.

Property Documentation

◆ IsModifiable

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

True if this ISelectResults is modifiable.

◆ Item

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

Get an object at the given index.

◆ Size

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

The size of the ISelectResults.


VMware GemFire .NET Cache API Documentation