|
Apache Geode Native .NET Reference 1.15.0
|
Encapsulates a query struct set. More...
#include <StructSet.hpp>
Inherits Apache::Geode::Client::ICqResults< TResult >.
Public Member Functions | |
| virtual System::Collections::Generic::IEnumerator< TResult > ^ | GetEnumerator () |
Returns an enumerator that iterates through the StructSet. More... | |
| int32_t | GetFieldIndex (String^ fieldName) |
Get the index number of the specified field name in the StructSet. More... | |
| String ^ | GetFieldName (int32_t index) |
Get the field name of the StructSet from the specified index number. More... | |
Properties | |
| virtual TResult | Item [get] |
Index operator to directly access an item in the StructSet. More... | |
| virtual size_t | Size [get] |
The size of the StructSet. More... | |
Encapsulates a query struct set.
|
virtual |
| int32_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 | ( | int32_t | index | ) |
Get the field name of the StructSet from the specified index number.
| index | the index number of the field name to get. |
|
get |
Index operator to directly access an item in the StructSet.
| IllegalArgumentException | if the index is out of bounds. |
|
get |