Data Insert Functions
Note: The functions for multiple connections have been deprecated.
Functions with a vts_multi.* format can be used in C# scripts. Click the C Language link to see the combined C and C# reference.
C Language | C# Language | Description |
---|---|---|
vtc_send_if_unique | vts_multi.send_if_unique | Sets the last field of a column to a value if the value does not exist in the column. |
vtc_send_message | vts_multi.send_message | Sets the last field of a column to a value. |
vtc_send_row1 | vts_multi.send_row1 | Sets the data in multiple columns. |