Chapter Contents |
Previous |
Next |
Data Form and Data Table: _getColumnAttribute |
Delegated to: | Data Set Data Model class |
Syntax | |
Details |
Syntax |
CALL SEND ( object-id, '_getColumnAttribute',col-name, attr-name,attr-value); |
Argument | Type |
Description |
---|---|---|
col-name |
C | specifies the name of the column from which to get the attribute |
attr-name |
C | specifies the name of the column attribute |
attr-value |
C | N | returns the value of the column attribute |
Details |
The type of attr-value must match the type of the attribute to be returned.
To return more than one column attribute, use the _getColumnAttributes method.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.