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.
Returns a QueryRun object that is used by the QueryPrompt object.
Syntax
public QueryRun queryRun([QueryRun _queryRun])
Run On
Called
Parameters
- _queryRun
Type: QueryRun Class
A QueryRun object; optional.
Return Value
Type: QueryRun Class
The QueryRun object that is used by the QueryPrompt object.
Remarks
This method should only be called in the unpack, initParamDefault, or init methods, not when the QueryRun object is instantiated.