columnExists

columnExists(tableName:  String;
             columnName: String): Boolean;

The columnExists method of the RelationalView class returns true if the column specified in the columnName parameter exists in the table specified in the tableName parameter; otherwise it returns false. This method returns false if the specified table does not exist.

This method applies to RPS mappings and ODBC relational views.