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 public string Serialize()
Return Value
Type:
StringSee Also