Add.2 |
Scroll |
Looks up field number for the specified column name, creates a new TheCondition instance with the found field number and the specified condition string and adds the new condition to the list.
Namespace: Therefore.API
Parameters strColName Column name of the field the new condition applies to.
strCondition Condition string for the new condition. See TheCondition.Condition for details.
Return Value None. |
|
Performance Note For higher performance use Add(TheCondition pCondition) if the TheCondition object you want to add already exists and Add(int nFieldNo, string strCondition) if the TheCondition object does not exist but the field number is known. |