D
Dan Cooper
I've got two datasets, each containing a single data table.
dstDataSetA.Tables("TableA")
dstDataSetB.Tables("TableB")
I want to merge them together and delete any non-matching rows.
dstDataSetB.Merge(dstDataSetA) doesn't do this.
Any ideas or suggestions gratefully received.
dstDataSetA.Tables("TableA")
dstDataSetB.Tables("TableB")
I want to merge them together and delete any non-matching rows.
dstDataSetB.Merge(dstDataSetA) doesn't do this.
Any ideas or suggestions gratefully received.