$k. PropertySourceCondition

new 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}

Returns the parameter name of the condition, if defined

Since
  • 4.1.0
Returns:
Type: 
string

query() → {$k.StructuredQuery}

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

The source query

Type: 
$k.StructuredQuery

setParameter(parameter)

Sets the parameter name of the condition

Parameters:
NameTypeDescription
parameterstring
Since
  • 4.1.0