Compare two large dataTables

  • Thread starter Thread starter pramod gupta
  • Start date Start date
P

pramod gupta

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.
 
Hi

I do not know Linq but a farest I know its SQL ...
So just use LEFT - or RIGHT OUTER JOIN.

Regards
Frank
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top