Click or drag to resize
IPdxInstanceHasField Method
Checks if the named field exists and returns the result. This can be useful when writing code that handles more than one version of a PDX class.

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
bool HasField(
	string fieldName
)

Parameters

fieldName
Type: SystemString

Return Value

Type: Boolean
true
if the named field exists; otherwise
false
See Also