P pramod gupta Jul 21, 2008 #1 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.
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.
F Frank Uray Jul 21, 2008 #2 Hi I do not know Linq but a farest I know its SQL ... So just use LEFT - or RIGHT OUTER JOIN. Regards Frank
Hi I do not know Linq but a farest I know its SQL ... So just use LEFT - or RIGHT OUTER JOIN. Regards Frank