VMware GemFire Native .NET Reference
9.2.4
|
Encapsulates a query result set. More...
Inherits SBWrap< apache::geode::client::ResultSet >, and Apache::Geode::Client::ISelectResults< TResult >.
Public Member Functions | |
virtual System::Collections::Generic::IEnumerator< TResult > ^ | GetEnumerator () |
Returns an enumerator that iterates through the collection. More... | |
virtual SelectResultsIterator< TResult > ^ | GetIterator () |
Get an iterator for the result set. More... | |
Properties | |
virtual bool | IsModifiable [get] |
True if this ResultSet is modifiable. More... | |
virtual TResult | Item [get] |
Get an object at the given index. More... | |
virtual System::Int32 | Size [get] |
The size of the ResultSet . More... | |
Encapsulates a query result set.
It specifies the interface for the resultset obtained from the Geode cache server
|
virtual |
Returns an enumerator that iterates through the collection.
System.Collections.Generic.IEnumerator
that can be used to iterate through the ResultSet
.
|
virtual |
Get an iterator for the result set.
|
get |
True if this ResultSet
is modifiable.
|
get |
Get an object at the given index.
|
get |
The size of the ResultSet
.