QueryTempTableColumns.IndexOf
Syntax:
Parameters:
<Column> (required)
Query result column for which the index must be defined.
Returned value:
Index of a specified column in the collection. If none is found, returns -1.
Description:
Availability:
Example:
QueryResult.Columns.IndexOf(Column); |