GetDataSourceModified( )
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Syntax
Returns true if a data source row associated
with the specified DataTable was modified from original temp-table values. This method maps
to the temp-table DATA-SOURCE-MODIFIED attribute that is
typically set during invocation of the ABL buffer object SAVE-ROW-CHANGES( ) method on the application server. The syntax is:
|
You typically query this value on the corresponding temp-table from an output ProDataSet parameter that was previously passed as input with changes from the .NET Open Client.