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.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
SyntaxFunction ToString As String
abstract ToString : unit -> string
Return Value
Type:
String
See Also