new $k.AlternativeGroupCondition()
Methods
addAlternative() : $k.StructuredQuery
Add a new alternative subquery
- Since:
 - 4.2.0
 
Returns:
| Type | Description | 
|---|---|
| $k.StructuredQuery | 
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 | 
setParameter(parameter)
Sets the parameter name of the condition
| Name | Type | Description | 
|---|---|---|
parameter | 
            
            
            string | 
- Since:
 - 4.1.0