Click or drag to resize
IPdxInstanceGetFieldNames Method
Return an list of the field names on this PdxInstance.

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
IList<string> GetFieldNames()

Return Value

Type: IListString
an list of the field names on this PdxInstance
See Also