getList( )
- Last Updated: August 13, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Returns the value of a List column property,
as specified by the overloaded methods.
Syntax
|
- propertyIndex
- Specifies a 0-based index into the list of column properties contained
by the
ProDataObject. You can identify the index of a particular column property that corresponds to a mapped temp-table field usingProDataObjectMetaDatamethods. For more information, see ProDataObjectMetaData class. - propertyName
- Specifies the name of a column property in the
Propertylist contained by theProDataObject. This name is typically identical to the name of an ABL temp-table field to which this column property is mapped.
Note
You can use this method to access the many-valued column property mapped to
a temp-table array field. To identify the Java data type of each Property in the list, match the ABL data type of the corresponding temp-table
field to the Java data type specified in Map single-valued fields.