Adds a new or existing TheCondition to the list.
Overload List
Name
|
Description
|
Add (int, string)
|
Creates a new TheCondition instance with the specified field number and condition string and adds it to the list.
|
Add (string, string)
|
Looks up field number for the specified field ID, creates a new TheCondition instance with the found field number and the specified condition string and adds the new condition to the list.
|
Add (TheCondition)
|
Adds the specified TheCondition to the list.
|
Add (TheIntQueryField, string)
|
Creates a new TheCondition instance for the specified TheIntQueryField and condition string and adds it to the list.
|
Add (int, string, bool)
|
Creates a new TheCondition instance with the specified field number, condition string and UTC setting and adds it to the list.
|
Add (string, string, bool)
|
Looks up field number for the specified field ID, creates a new TheCondition instance with the found field number, the specified condition string and UTC setting and adds the new condition to the list.
|
Add (TheIntQueryField, string, bool)
|
Creates a new TheCondition instance for the specified TheIntQueryField, condition string and UTC setting and adds it to the list.
|
Please check the help pages of the various overloads for the exact syntax in Visual Basic and C#.
|