K
Ken Johnson
I have a DataSet with two DataTables.
Table 1 contains group data: Table 2 contains part data:
CT CT
EG CT05
CT10
EG
EG15
EG20
I need a DataView of Table 2 that contains all the rows not found in Table
1.
DataRelation?
Thanks for any help.
Ken
Table 1 contains group data: Table 2 contains part data:
CT CT
EG CT05
CT10
EG
EG15
EG20
I need a DataView of Table 2 that contains all the rows not found in Table
1.
DataRelation?
Thanks for any help.
Ken