ADO.NET 2.0 Question

  • Thread starter Thread starter Sahil Malik
  • Start date Start date
These are the options we have right now in the code:
CompareAllSearchableValues, CompareRowVersion, OverwriteChanges. I
personally like CompareRowVersion (use timestamps) the most if you own the
database schema so you can add timestamp columns.

The enum can be used in the ConflictOption property.

--
Pablo Castro
Program Manager - ADO.NET Team
Microsoft Corp.

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Thank you Pablo.

I guess I will wait for Beta2 before I mention this new neat thing in my
Upcoming Book.

Now for the original question - is there anyway I can specify this
information to a SqlDataSource or TableAdapter? (Would be rather nice to be
able to do so).

- Sahil Malik
http://codebetter.com/blogs/sahil.malik/
 
I don't think so, but I'm really not the right person to talk about the VS
designers.

--
Pablo Castro
Program Manager - ADO.NET Team
Microsoft Corp.

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top