apoc.atomic.concat
Procedure
apoc.atomic.concat(node/relatonship,propertyName,string) Concats the property’s value with the 'string' value
Signature
apoc.atomic.concat(container :: ANY?, propertyName :: STRING?, string :: STRING?, times = 5 :: INTEGER?) :: (container :: ANY?, property :: STRING?, oldValue :: ANY?, newValue :: ANY?)
Input parameters
Name | Type | Default |
---|---|---|
container |
ANY? |
null |
propertyName |
STRING? |
null |
string |
STRING? |
null |
times |
INTEGER? |
5 |