Hi,
I'm using strongly typed datasets.
Somewhere in my application i need to access the child rows of a deleted datarow:
deletedRow.GetChildRows
in which i get an exception saying i can't access deleted row information.
i know i can do something like deletedRow.Item("colName", DataRowVersion) but what i need is the child rows and parent rows...
Is there any workarround for this?
thanks in advance
I'm using strongly typed datasets.
Somewhere in my application i need to access the child rows of a deleted datarow:
deletedRow.GetChildRows
in which i get an exception saying i can't access deleted row information.
i know i can do something like deletedRow.Item("colName", DataRowVersion) but what i need is the child rows and parent rows...
Is there any workarround for this?
thanks in advance