|
VMware GemFire Native .NET Reference
9.1
|
Encapsulates a query struct set. More...
Inherits SBWrap< apache::geode::client::StructSet >, and Apache::Geode::Client::ICqResults< TResult >.
Public Member Functions | |
| virtual System::Collections::Generic::IEnumerator< TResult >^ | GetEnumerator () |
Returns an enumerator that iterates through the StructSet. More... | |
| size_t | GetFieldIndex (String^ fieldName) |
Get the index number of the specified field name in the StructSet. More... | |
| String^ | GetFieldName (size_t index) |
Get the field name of the StructSet from the specified index number. More... | |
| virtual SelectResultsIterator< TResult >^ | GetIterator () |
Get a SelectResultsIterator with which to iterate over the items in the StructSet. More... | |
Properties | |
| virtual bool | IsModifiable [get] |
True if this StructSet is modifiable. More... | |
| virtual TResult | Item [get] |
Index operator to directly access an item in the StructSet. More... | |
| virtual System::Int32 | Size [get] |
The size of the StructSet. More... | |
Encapsulates a query struct set.
|
virtual |
| size_t Apache::Geode::Client::StructSet< TResult >::GetFieldIndex | ( | String^ | fieldName | ) |
Get the index number of the specified field name in the StructSet.
| fieldName | the field name for which the index is required. |
| IllegalArgumentException | if the field name is not found. |
| String ^ Apache::Geode::Client::StructSet< TResult >::GetFieldName | ( | size_t | index | ) |
Get the field name of the StructSet from the specified index number.
| index | the index number of the field name to get. |
|
virtual |
Get a SelectResultsIterator with which to iterate over the items in the StructSet.
SelectResultsIterator with which to iterate.
|
get |
True if this StructSet is modifiable.
|
get |
Index operator to directly access an item in the StructSet.
| IllegalArgumentException | if the index is out of bounds. |
|
get |