I have a persistent class (GetOrgUpdatesResponse) that has a property which is a list of another persistent class (Organization).
What would be the best way to cascade deletes so that on deletion of a parent row each object in the list property is then also deleted?
I have included a sample of my classes here for clarity
Class Integration.ISIS.BO.SyncOrg.Custom.GetOrgUpdatesResponse Extends (%Persistent, Ens.Response)
{
Property Organizations As list Of Organization;// Cascade DeletionProperty NextUpdateBatchID As%String;Property ResultStatus As%String;
}.png)



(1).png)

.jpg)
(1).jpg)
.png)

