Delete a row from a ProDataGraph
- Last Updated: August 13, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
A change to a ProDataGraph can include
deleting rows (ProDataObject instances).
To delete a row from a ProDataGraph, invoke
the standard delete() method on the ProDataObject.
If the ProDataObject is involved in any data-relations (ProDataRelationMetaData),
ABL automatically deletes all parent-child references to and from
the ProDataObject.