You are here: Core Reference > Coding > Scripting > ServerQuery.ColumnNames

ServerQuery.ColumnNames

The ServerQuery.ColumnNames property returns the names of the columns that are returned for the Server.Query property.

Syntax

ServerQuery.ColumnNames

Description

Returns the names of the columns in the SQL Query that is returned by the Server.Query property (see Server.Query).

Arguments

None.

Returns

Names {array of strings}.

The names of the columns in the Query that is returned by the Server.Query property.

For an example that shows how the ServerQuery.ColumnNames property can be used, please refer to Server.Query.


ClearSCADA 2015 R2