Copy DataRow

  • Thread starter Thread starter Tony
  • Start date Start date
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
 
Back
Top