Eric's Blog

Day to day experience in .NET
Welcome to Blogs @ IRM Sign in | Join | Help
 Search

Disclaimer

The content of this site is my own personal opinion and does not in any way represent my employer, it's subsideries or affiliates. These postings are provided "AS IS" with no warranties, and confer no rights.

This Blog

The Small Things: Change RowState of a DataRow

The RowState property of the DataRow object in ADO.NET is read-only, but from 2.0 of the .NET Framework it is possible to change the state of the row, with two new methods: SetAdded and SetModified. Note though that it is only possible to use this methods of rows where the current RowState is Unchanged or Added.
Published den 27 november 2005 17:38 by ericqu

Comments

No Comments
New Comments to this post are disabled
Powered by Community Server, by Telligent Systems