M
Mika M
Hello,
I think this is quite newbie question...
I have DataSet with tables "Parent" and "Child", and relation one to many
between these tables. How can I remove rows from Child -table where for
example ParentID = 5, and leaving Parent tables parent row as is ? How to do
this using code.
Propably ds.Tables("Child"). ... ?
I think this is quite newbie question...
I have DataSet with tables "Parent" and "Child", and relation one to many
between these tables. How can I remove rows from Child -table where for
example ParentID = 5, and leaving Parent tables parent row as is ? How to do
this using code.
Propably ds.Tables("Child"). ... ?