Click or drag to resize

RestModulePrependSystemFieldsPrefixT Method (PFQuery)

Upgrades a query that could contain system field names without the PF_ prefix.

Namespace:  Packflow.Rest
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public static void PrependSystemFieldsPrefix<T>(
	PFQuery query
)
where T : PFBaseObject

Parameters

query
Type: Packflow.CorePFQuery
The query.

Type Parameters

T
See Also