Get the field name of the StructSet from the
specified index number.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.1
Syntax
| C# |
|---|
public string GetFieldName( uint index ) |
| Visual Basic (Declaration) |
|---|
Public Function GetFieldName ( _ index As UInteger _ ) As String |
| Visual C++ |
|---|
public: String^ GetFieldName ( unsigned int index ) |
Parameters
- index
- UInt32
the index number of the field name to get.
Return Value
the field name from the specified index number or null if not found.
See Also
StructSet Class
GemStone.GemFire.Cache Namespace