JSBaseRecord
Last updated
Was this helpful?
JSBaseRecord serves as the foundational type for a record, representing a single row within a foundset. This includes various foundset types such as JSFoundSet, ViewFoundSet, or MenuFoundSet.
Each JSBaseRecord is associated with a foundset, providing access to the dataset it belongs to. This association allows manipulation and interaction with the data structure.
The getDataSource() method retrieves the datasource linked to the record, offering insights into the origin of the data.
For more details, refer to the JSRecord documentation.
Type JSFoundSet the foundset to which this record belongs.
Returns: String the data source associated with this record.
Last updated
Was this helpful?
Was this helpful?