Add.1 |
Scroll |
Creates a new TheCondition instance with the specified field number and condition string and adds it to the list.
Namespace: Therefore.API
Visual Basic Public Overridable Function Add ( _ nFieldNo As Integer, _ strCondition As String _ ) C# public virtual void Add ( int nFieldNo, string strCondition )
Parameters nFieldNo Number of the field the new condition applies to.
strCondition Condition string for the new condition. See TheCondition.Condition for details.
Return Value None. |