Copy DataRow

T

Tony

After I use DataTable.ImportRow(oOtherRow);

How do I find the newly imported row in my DataTable since they neglected to
return a rowid or the DataRow form the ImportRow() method. I'm assuming that
is has to construct a new DataRow so it can set it's table property to be my
table, so the row reference I added won't be the resulting one in the
DataTable.

Tony
 

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