excludeTableName(tableName: String): Boolean updating;
The excludeTableName method of the RelationalView class excludes the table specified by the tableName parameter from the RPS mapping. The method returns true if the table is successfully excluded.
This method applies to RPS mappings and ODBC relational views.
The method returns false if any of the following applies.
The table specified by the tableName parameter is not found in the RPS mapping
The RPS mapping has not been versioned
The RPS mapping is not the latest version