new PropertySourceCondition()
A condition that selects properties according to the property source subquery.
Extends
Methods
alternativesId() → {number}
- Since
- 4.1.0
- Inherited From
- Deprecated
- This function is not supported any more
Returns:
- Type:
- number
linkedQuery() → {$k.StructuredQuery}
Returns the linked subquery
- Since
- 4.1.0
- Inherited From
Returns:
- Type:
- $k.StructuredQuery
parameter() → {string}
Returns the parameter name of the condition, if defined
- Since
- 4.1.0
- Inherited From
Returns:
- Type:
- string
query() → {$k.StructuredQuery}
- Version
- Experimental feature, might be removed at any time
- Since
- 5.4.2
- Inherited From
Returns:
The source query
- Type:
- $k.StructuredQuery
setParameter(parameter)
Sets the parameter name of the condition
Parameters:
Name | Type | Description |
---|---|---|
parameter | string |
- Since
- 4.1.0
- Inherited From