$k. PropertySourceCondition#

A condition that selects properties according to the property source subquery.

Extends#

Methods#

alternativesId() → {number}#

Since
  • 4.1.0
Deprecated
  • This function is not supported any more
Returns:
Type: 
number

linkedQuery() → {$k.StructuredQuery}#

Returns the linked subquery

Since
  • 4.1.0
Returns:
Type: 
$k.StructuredQuery

parameter() → {string|undefined}#

Returns the parameter name of the condition, if defined

Since
  • 4.1.0
Returns:
Type: 
string | undefined

query() → {$k.StructuredQuery|undefined}#

Version
  • Experimental feature, might be removed at any time
Since
  • 5.4.2
Returns:

The source query

Type: 
$k.StructuredQuery | undefined

setParameter(parameter)#

Sets the parameter name of the condition

Parameters:
NameTypeDescription
parameterstring
Since
  • 4.1.0
Throws:

If the condition cannot be modified

Type
$k.exception.QueryError