getData( ) method
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Returns an array of record objects for a table referenced in JSDO memory.
If this is a child table in a multi-table resource, and the useRelationships property is true,
the specific record objects in the result set depends on the relationship to its parent.
Return type: Object array
Applies to: progress.data.JSDO class, table reference property (JSDO class)
Syntax
|
- jsdo-ref
- A reference to the JSDO. You can call the method on jsdo-ref if the JSDO has only a single table reference.
- table-ref
- A table reference on the JSDO.