VMware GemFire Native .NET Reference
9.2.4
|
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... | |
Interface to encapsulate a select query result set.
Apache::Geode::Client::SelectResultsIterator<TResult> ^ Apache::Geode::Client::ISelectResults< TResult >::GetIterator | ( | ) |
Get an iterator for the result set.
|
get |
True if this ISelectResults
is modifiable.
|
get |
Get an object at the given index.
|
get |
The size of the ISelectResults
.