Click or drag to resize

FndDataRowAddCondition Method (FndCondition, FndConditionCategoryType)

Add a condition to an existing condition on this record. Existing condition will be combined with the new condition by applying the category cat. If no condition exists on the record the new condition will simply be set.

Namespace:  Ifs.Fnd.Data
Assembly:  Ifs.Fnd.Data (in Ifs.Fnd.Data.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntax
C#
public void AddCondition(
	FndCondition newCondition,
	FndConditionCategoryType cat
)

Parameters

newCondition
Type: Ifs.Fnd.DataFndCondition
New condition to add to the record.
cat
Type: Ifs.Fnd.DataFndConditionCategoryType
Query category (and/or) to use.
See Also