Merging two DataTables in same data row

N

Norbert Pürringer

Hello,

do you know a simple way how to merge two datatable that kind, that
both divide the same data row?

I've got a DataTable with only one data row and another DataTable with
only one data row. I want a merged DataTable consisting of the columns
of both DataTables with only one data row.

The Merge function creates a second data row for the second data
table.

Thank you,
Norbert
 
C

Ciaran O''Donnell

There isnt a smiple way to do this really. If they where in a Dataset
together then you could make an object like that with Linq. Otherwise I think
your going to have to write the code.
 

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

Top