I\'m trying to make a DataTable and then add a couple rows to it. Here\'s my code:
using System; using System.Collections.Generic; using System.Linq; using
If the row is detached (as it is when it is first created) ImportRows fails silently (no exception) - to be able to import rows you have to Add it into the table. Afterwards you can import it into other tables.