Click or drag to resize

PFQuerySerialize Method

Serializes this PFQuery in XML.

The returned string can be converted into a PFQuery using the static method PFQuery.CreateQuery(serializedQuery).

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public string Serialize()

Return Value

Type: String
See Also