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.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxbool HasField(
string fieldName
)
Function HasField (
fieldName As String
) As Boolean
bool HasField(
String^ fieldName
)
abstract HasField :
fieldName : string -> bool
Parameters
- fieldName
- Type: SystemString
Return Value
Type:
Boolean if the named field exists; otherwise
See Also