Click or drag to resize

PFQueryFilterEnableCoalesce Method

Enables coalesce mode for this filter with a given value. See Coalesce property for more information.

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 EnableCoalesce(
	Object coalesceValue
)

Parameters

coalesceValue
Type: SystemObject
See Also