getProType( )
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Returns the ABL data type of the specified column property as a class constant value found
in com.progress.open4gl.Parameter.
Syntax
|
- propertyIndex
- Specifies a 0-based index into the
ProDataObjectproperty list, limited by the value of getFieldCount( ) method. It returns a value that corresponds to the relative position specified by fieldNumber in setFieldMetaData( ) method.
For more information on the class constant values provided by the
com.progress.open4gl.Parameter class, see the information on specifying
data type meta data for temp-tables in Pass Parameters.