Chapter Contents |
Previous |
Next |
Data Form and Data Table: _deleteComputedColumn |
Delegated to: | Data Set Data Model class |
Syntax | |
Details |
Syntax |
CALL SEND (object-id, '_deleteComputedColumn', col-name); |
Argument | Type |
Description |
---|---|---|
col-name |
C | specifies the name of the computed column to delete |
Details |
The _deleteComputedColumn method differs from the _hideColumn method in that the column definition is deleted.
Note: The _deleteComputedColumn method cannot be called from the model's
SCL entry.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.