PFQueryAddFilter Method (String, Object) |
Adds a new filter in the root node of filters tree.
Namespace:
Packflow.Core
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntaxpublic PFQueryFilter AddFilter(
string fieldName,
Object fieldValue
)
Parameters
- fieldName
- Type: SystemString
Name of the target field/column. - fieldValue
- Type: SystemObject
The value used for comparisons.
Note: if this object is a PFQueryFilterOperator,
the filter will be created with this operator and a null value.
Return Value
Type:
PFQueryFilterThe created filter.
See Also