VMware GemFire Native .NET Reference
9.1
|
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... | |
Interface to encapsulate a select query result set.
|
inherited |
Get an iterator for the result set.
|
getinherited |
True if this ISelectResults
is modifiable.
|
getinherited |
Get an object at the given index.
|
getinherited |
The size of the ISelectResults
.