Click or drag to resize

TextColumn Operators

The TextColumn type exposes the following members.

Operators
 NameDescription
Public operatorStatic memberAddition(TextColumn, DateTimeColumn) Concatenates the values of a text column with the string representation of a date-time column.
Public operatorStatic memberAddition(TextColumn, DoubleColumn) Concatenates the values of a text column with the string representation of a numeric column.
Public operatorStatic memberAddition(TextColumn, TextColumn) Concatenates the corresponding text values of two text columns.
Top
See Also