Get the index number of the specified field name
in the StructSet.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.0
Syntax
| C# |
|---|
public uint GetFieldIndex( string fieldName ) |
| Visual Basic (Declaration) |
|---|
Public Function GetFieldIndex ( _ fieldName As String _ ) As UInteger |
| Visual C++ |
|---|
public: unsigned int GetFieldIndex ( String^ fieldName ) |
Parameters
- fieldName
- String
the field name for which the index is required.
Return Value
the index number of the specified field name.
Exceptions
| Exception | Condition |
|---|---|
| GemStone.GemFire.Cache..::IllegalArgumentException | if the field name is not found. |
See Also
StructSet Class
GemStone.GemFire.Cache Namespace