GetTableColNames Method

UFT One 2022 and later: Following the discontinuance of the Silverlight development framework, UFT One no longer supports the Silverlight Add-in out of the box.

If you need to use and extend the Silverlight Add-in, contact OpenText Support.

Returns the column names.

Remarks

UFT calls this method to retrieve the column names as an array of strings. UFT displays these column names in the Table Checkpoint Properties and Table Output Value Properties dialog boxes. If this method is not implemented, numbers appear instead of column names in these dialog boxes.

Syntax

Visual Basic (Declaration) 
Overridable Function GetTableColNames() As String()
C# 
virtual string[] GetTableColNames()

Return Value

Each array element is a column name. The order of the array is the same as the order of the columns.

See Also