Click or drag to resize
StructSetTResultGetFieldIndex Method
Get the index number of the specified field name in the StructSet.

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public ulong GetFieldIndex(
	string fieldName
)

Parameters

fieldName
Type: SystemString
the field name for which the index is required.

Return Value

Type: UInt64
the index number of the specified field name.
Exceptions
ExceptionCondition
[!:IllegalArgumentException] if the field name is not found.
See Also