excludeTableColumnName

excludeTableColumnName(tableName:  String;
                       columnName: String): Boolean updating;

The excludeTableColumnName method of the RelationalView class excludes the column specified by the columnName parameter in the table specified by the tableName parameter from the RPS mapping.

This method returns true if the column is successfully excluded.

This method applies to RPS mappings and ODBC relational views.

The method returns false if any of the following applies.