getProperties( ) method
- Last Updated: June 14, 2019
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Returns an object containing the names and values of the user-defined properties defined in the current JSDO instance.
Return type:
Object
Applies to: progress.data.JSDO class
Syntax
|
Example
The following code fragment replaces any existing user-defined properties
in jsdoCustOrders with the two user-defined properties,
"prop1" and "prop2". It
then calls getProperties( ) to return an object containing all the JSDO's
user-defined properties ("prop1" and "prop2") and writes their values to the console log:
|
The output from the console.log statements in this example appear as
follows:
|