how to get rows created with DataTable.NewRow() in C# / ADO.NET 2.0?

Posted by matti on Stack Overflow See other posts from Stack Overflow or by matti
Published on 2010-05-15T19:25:51Z Indexed on 2010/05/15 19:34 UTC
Read the original article Hit count: 171

Filed under:
|
|

Now I use Select and use a criteria which select only new rows. But is there any kind of GetInsertedRows-method. If I remember correctly there is status for each row so naturally one can loop through them all but that's not elegant.

-Cheers -Matti

© Stack Overflow or respective owner

Related posts about c#

Related posts about ADO.NET