E
Eric Barr
Hi all,
I've got a scenario that i can't seem to find a way around. I have an
order/detail type setup. My Order record is unmodified, but I have
detail records that have been deleted.
When i say :
oDR_MyOrderRecord.GetChildRows("somechildRelation")
GetChildRows does not return any of the deleted rows. I have tried
using the DataRowVersion = Original syntax, and still I can't find the
child rows.
Am I doing something wrong?
Is this a hole in datasets, where i can't find the deleted child rows to
call accept changes on them ?
Or, if can't get to the child rows, shouldn't calling AcceptChanges() on
the record for the order row make the deleted rows dissapear / detach ?
Regards,
-eric
I've got a scenario that i can't seem to find a way around. I have an
order/detail type setup. My Order record is unmodified, but I have
detail records that have been deleted.
When i say :
oDR_MyOrderRecord.GetChildRows("somechildRelation")
GetChildRows does not return any of the deleted rows. I have tried
using the DataRowVersion = Original syntax, and still I can't find the
child rows.
Am I doing something wrong?
Is this a hole in datasets, where i can't find the deleted child rows to
call accept changes on them ?
Or, if can't get to the child rows, shouldn't calling AcceptChanges() on
the record for the order row make the deleted rows dissapear / detach ?
Regards,
-eric