Add.4 |
Scroll |
Creates a new TheCondition instance for the specified TheIntQueryField and condition string and adds it to the list.
Namespace: Therefore.API
s
Visual Basic Public Overridable Function Add ( _ nIntField As TheIntQueryField, _ strCondition As String _ ) C# public virtual void Add ( TheIntQueryField nIntField, string strCondition )
Parameters nIntField TheIntQueryField the new condition applies to.
strCondition Condition string for the new condition. See TheCondition.Condition for details.
Return Value None. |