AddExpr2Subquery method: QueryCriteria class
Syntax
AddExpr2Subquery()
Description
The AddExpr2Subquery method is used to create a subquery for Expression2. This method returns a new QuerySelect object you can use to specify details about the new subquery.
WARNING:
The new subquery created with this method replaces any existing subquery (for this criteria), destroying any existing properties or values.
Parameters
None.
Returns
A reference to a new QuerySelect object.
Related Topics