Thursday, June 02, 2005

ADO.NET Notes

  • Accessing a Deleted DataRow's Data: can be accessed by retrieving it's DataRowVersion.Original values; typically, access to data is retrieved through the DataRow using it's DataRowVersion.Current values. Added, Modified and Unchanged DataRows can have their values accessed via their DataRowVersion.Current versions.

No comments: