getExcludedTableColumnNames

getExcludedTableColumnNames(tableName:   String;
                            columnNames: HugeStringArray input);

The getExcludedTableColumnNames method of the RelationalView class returns the names of columns in the table specified by the tableName parameter in the RPS mapping that have been specifically excluded in the array specified by the columnNames parameter.

The tableName array is not cleared before names are added.

This method does not apply to ODBC relational views.

If the table specified by the tableName parameter is not found in the RPS mapping, the columnNames array is empty.