Try OpenEdge Now
skip to main content
Java Open Clients
Accessing ABL ProDataSets : Updating a ProDataSet : Deleting a row from a ProDataGraph
 

Deleting a row from a ProDataGraph

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.