Deletes all dependency records for an app.
Used during upgrade to replace stale dependency records with fresh ones.
When a transactionGroup is supplied, the deletes are queued into it (committed by
the caller's Submit()) rather than committed individually — so an upgrade can delete
the old rows and insert the new ones in a single atomic unit (B23).
Deletes all dependency records for an app. Used during upgrade to replace stale dependency records with fresh ones.
When a
transactionGroupis supplied, the deletes are queued into it (committed by the caller'sSubmit()) rather than committed individually — so an upgrade can delete the old rows and insert the new ones in a single atomic unit (B23).