AddExpr2List method: QueryCriteria class
Syntax
AddExpr2List()
Description
Expression 2 can have a list of values when the Operator is of type In List (or Not In List). The AddExpr2List method returns a reference to a new QueryList, which can be used to add a list of values to the criteria.
Parameters
None.
Returns
A reference to a blank QueryList object.
Related Topics