GetTableColNames Method
OpenText Functional Testing 2022 and later: Following the discontinuance of the Silverlight development framework, OpenText Functional Testing no longer supports the Silverlight Add-in by default.
If you need to use and extend the Silverlight Add-in, contact OpenText Support.
Returns the column names.
| 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.Reference
ITableVerify Interface

