new $k.LinkedQueryCondition()
A condition that links two queries
Methods
alternativesId() : number
- Since:
 - 4.1.0
 
- Deprecated
 - This function is not supported any more
 
Returns:
| Type | Description | 
|---|---|
| number | 
linkedQuery() : $k.StructuredQuery
Returns the linked subquery
- Since:
 - 4.1.0
 
Returns:
| Type | Description | 
|---|---|
| $k.StructuredQuery | 
parameter() : string
Returns the parameter name of the condition, if defined
- Since:
 - 4.1.0
 
Returns:
| Type | Description | 
|---|---|
| string | 
setParameter(parameter)
Sets the parameter name of the condition
| Name | Type | Description | 
|---|---|---|
parameter | 
            
            
            string | 
- Since:
 - 4.1.0