Click or drag to resize

PFQueryChooseFields Method (PFQueryFieldsMode, ListString)

Changes the way this query should determine which values are selected as output.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public void ChooseFields(
	PFQueryFieldsMode mode,
	List<string> customFields
)

Parameters

mode
Type: Packflow.CorePFQueryFieldsMode
customFields
Type: System.Collections.GenericListString
See Also