Compare two large dataTables

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • pramod gupta

    Compare two large dataTables

    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.
  • =?Utf-8?B?RnJhbmsgVXJheQ==?=

    #2
    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

    Working...