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.
Constructs the query based on the parameters.
Syntax
public QueryRun initDistributionQuery(
int _refTableId,
str _inFields,
str _inKey)
Run On
Server
Parameters
- _refTableId
Type: int
The ID value of the current data source.
- _inFields
Type: str
The set of field values that are used in the query range.
- _inKey
Type: str
The string value that indicates the index.
Return Value
Type: QueryRun Class
The QueryRun object of the query that is constructed using the parameters.