new $k.RelationTargetCondition()
Methods
alternativesId() : number
- Since:
 - 4.1.0
 
- Deprecated
 - This function is not supported any more
 
Returns:
| Type | Description | 
|---|---|
| number | 
parameter() : string
Returns the parameter name of the condition, if defined
- Since:
 - 4.1.0
 
Returns:
| Type | Description | 
|---|---|
| string | 
relationCondition() : $k.HasRelationCondition
Returns the relation condition
- Since:
 - 4.1.0
 
Returns:
| Type | Description | 
|---|---|
| $k.HasRelationCondition | 
setParameter(parameter)
Sets the parameter name of the condition
| Name | Type | Description | 
|---|---|---|
parameter | 
            
            
            string | 
- Since:
 - 4.1.0
 
setTransitivity()
Set the transitivity of the relation.
- Since:
 - 4.1.0
 
- See:
 
targetQuery() : $k.StructuredQuery
Returns the subquery for the relation target
- Since:
 - 4.1.0
 
Returns:
| Type | Description | 
|---|---|
| $k.StructuredQuery |