Click or drag to resize
IPdxInstanceIsIdentityField Method
Checks if the named field was [!:IPdxWriter.MarkIdentityField] marked as an identity field. Note that if no fields have been marked then all the fields are used as identity fields even though this method will return
false
since none of them have been marked.

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

Parameters

fieldName
Type: SystemString
the name of the field to check

Return Value

Type: Boolean
true
if the named field exists and was marked as an identify field; otherwise
false
See Also