How do I compare two large data tables A and B using linq and get the records which exist in DataTable A but does not exist in DataTable B.
Compare two large dataTables
Collapse
This topic is closed.
X
X
-
pramod guptaTags: None -
=?Utf-8?B?RnJhbmsgVXJheQ==?=
RE: Compare two large dataTables
Hi
I do not know Linq but a farest I know its SQL ...
So just use LEFT - or RIGHT OUTER JOIN.
Regards
Frank
"pramod gupta" wrote:
How do I compare two large data tables A and B using linq and get the records which exist in DataTable A but does not exist in DataTable B.
>
Comment