Text |
The TextColumn type exposes the following members.
| Name | Description | |
|---|---|---|
| Addition(TextColumn, DateTimeColumn) | Concatenates the values of a text column with the string representation of a date-time column. | |
| Addition(TextColumn, DoubleColumn) | Concatenates the values of a text column with the string representation of a numeric column. | |
| Addition(TextColumn, TextColumn) | Concatenates the corresponding text values of two text columns. |