Click or drag to resize

PFQueryFilter_Boolean Constructor (String, PFQueryFilterOperator, NullableBoolean)

Initializes a new instance of the PFQueryFilter_Boolean class.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFQueryFilter_Boolean(
	string fieldName,
	PFQueryFilterOperator filterOperator,
	Nullable<bool> fieldValue
)

Parameters

fieldName
Type: SystemString
Name of the target field/column.
filterOperator
Type: Packflow.CorePFQueryFilterOperator
Filter's operator.
fieldValue
Type: SystemNullableBoolean
The value used for comparisons.
See Also