Query 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 LanguageC# LanguageDescription
vtc_query_column vts_multi.query_column Retrieves the data in a field.
vtc_query_row vts_multi.query_row Retrieves the data in a row.
vtc_retrieve_message vts_multi.retrieve_message Pops the first field from a column.
vtc_retrieve_messages1 vts_multi.retrieve_messages Pops the first fields from specified columns.
vtc_retrieve_row vts_multi.retrieve_row Pops the first fields from all columns.
vtc_rotate_message Retrieves the first field from the specified column and moves the value to the bottom.
vtc_rotate_messages1 Retrieves the first field from the specified column and moves the value to the bottom.
vtc_rotate_row Retrieves the first row and moves the values to the bottom