record property
- Last Updated: October 6, 2015
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
A property on a JSDO table reference that references a JSRecord object
with the data for the working record of a table referenced in JSDO memory.
If no working record is set for the referenced table, this property is
undefined.
Data type: progress.data.JSRecord class
Access: Read-only
Applies to: progress.data.JSDO class, table reference property (JSDO class)
The table reference that provides this property can either be the value of a property on the JSDO with the name of a referenced table in JSDO memory or a reference to the JSDO itself if the JSDO references only a single table.
The field values and any additional properties for the working record are
provided by the object returned by the data property in the
JSRecord object that is returned by the record property.