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.
-
The table specified by the tableName parameter is not found in the RPS mapping
-
The column specified by the columnName parameter is not found in the RPS mapping
-
The column specified by the columnName parameter is a primary key
-
The RPS mapping has not been versioned
-
The RPS mapping is not the latest version