JSDO properties, methods, and events reference : getData( ) method
  

getData( ) method

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.getData ( )
jsdo-ref.table-ref.getData ( )
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.

See also:

getSchema( ) method