Click or drag to resize
StructSet.GetFieldIndex Method
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: 9.0.6.18
Syntax
public ulong GetFieldIndex(
	string fieldName
)

Parameters

fieldName
Type: System.String
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