Amit

Amit

  • 1.4k
  • 213
  • 33.6k

how to Compair two different dataset of same column in c#

Aug 9 2023 8:47 AM

1)I have two datasets data1 and data2. It should be noted that my data1 contains 10 rows and data2 contains 50 rows. Both datasets have a column named ID.
How to check that the data1 of ID is contained in the data2 of ID?

if Id present in second datset coulmn then save in list1 and not found in second datset then save in list2.


Answers (7)