StructSetTResultGetFieldIndex Method |
Get the index number of the specified field name
in the StructSet.
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic ulong GetFieldIndex(
string fieldName
)
Public Function GetFieldIndex (
fieldName As String
) As ULong
public:
unsigned long long GetFieldIndex(
String^ fieldName
)
member GetFieldIndex :
fieldName : string -> uint64
Parameters
- fieldName
- Type: SystemString
the field name for which the index is required.
Return Value
Type:
UInt64the index number of the specified field name.
ExceptionsException | Condition |
---|
[!:IllegalArgumentException] |
if the field name is not found.
|
See Also