ConcatenateExpression Constructors
An ampersand operator used to concatenate strings.Name | Parameters | Description |
---|---|---|
ConcatenateExpression(IExpression, IExpression) | rightExpression, leftExpression | Initializes a new instance of the ConcatenateExpression class with the specified settings. |
See Also