Class: LinkedQueryCondition

$k. LinkedQueryCondition

new $k.LinkedQueryCondition()

Methods

alternativesId() : number

Returns the ID of the alternatives group of the condition

Since:
  • 4.1.0
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