KeepIfFulfillCondition: Boolean;
The KeepIfFulfillCondition property determines the condition, according to which records are filtered.
Available values:
True. The records that do not satisfy the condition specified in FilterIf are filtered.
False. The records that satisfy the condition specified in FilterIf are filtered.
Default value of this property is True.
The example of use is given in the Examples subsection in the example for creating the Filtering converter.
See also: