Click or drag to resize
IPdxInstanceToString Method
Prints out all of the identity fields of this PdxInstance. If a PdxInstance has marked identity fields using [!:IPdxWriter.MarkIdentityField] then only the marked identity fields are its identity fields. Otherwise all its fields are identity fields.

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

Return Value

Type: String
See Also