CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2011
    Posts
    1

    How to add two DataTables to one another?

    If I have two DataTables, how do I add the rows of one to the other, if they both have the same columns?

  2. #2
    Join Date
    Jun 2001
    Location
    Melbourne/Aus (C# .Net 4.0)
    Posts
    686

    Re: How to add two DataTables to one another?

    Not able to check presently, but I beleive there is a Merge() method?
    Rob
    -
    Ohhhhh.... Old McDonald was dyslexic, E O I O EEEEEEEEEE.......

  3. #3
    Join Date
    Dec 2002
    Location
    at home and at office :D
    Posts
    126

    Re: How to add two DataTables to one another?

    Better ask and make a rhyme
    than search dead threads for a long time.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured