Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Makes a copy of a query.
Syntax
private Query copyQuery(Query queryObj)
Run On
Called
Parameters
- queryObj
Type: Query Class
The query to be copied.
Return Value
Type: Query Class
A copy of the query supplied.
Remarks
This method is used so the query stored in the AOT is not modified, but is instead used as a template.