Hi to All,
Scenario: Adapter, WinForms
I have a Master-Detail schema so MasterEntity m has an m.Detail IEntityCollection2 type property.
I bind the m.Detail.DefaultView to a grid. I delete on or more rows via the grid.
How can I persist with theese operations, when the use issues the "Update" command?
What I've tryed so far:
I've tryed adapter.SaveEntity( m, true, true ) but it works only with updates and new additions in Detail collection.
thx for answers:
horo