im comparing two datatable . Im getting error can someone tell me what is wrong???
account.xlsx (9.6 KB) DBAccountDT.AsEnumerable().Where(function(row) ReportDT.AsEnumerable().Select(function(r) r.Field(Of String)(ReportDT.ToString)).Any(function(x) x = row.Field(Of String)(DBAccountDT.ToString))).CopyToDataTable()
shishirshetty2701
(Shishir)
1
AshwinS2
(Ashwin S)
2
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| How To Build DataTable and Compare with another DataTable | 11 | 1771 | April 24, 2020 | |
| How to get compare the datatable with another datatable | 13 | 1642 | August 17, 2021 | |
| Data Table Comparison based on a specific column | 8 | 1045 | September 3, 2020 | |
| Compare 2 dataTable according to 1 specific column and take the rows which has different values | 17 | 2232 | August 7, 2021 | |
| Specified cast is not valid while compare two datatable | 8 | 2858 | November 30, 2019 |
