[Mono-devel-list] ADO.NET command builders.

tsureshkumar tsureshkumar at novell.com
Fri Aug 5 11:37:21 EDT 2005


I've checked in a patch for DbDataReader.Update () to reverse the order 
of raising RowUpdating event and setting values for the parameters.  So, 
the providers don't have to set the values for the parameter themselves. 
The update method identifies the correct row version from the 
Parameter's SourceVersion property.

Provider writers, please make a note of this and if anything breaks, 
please set your parameter's SourceVersion & SourceColumn properties and 
everything should be alright.

Thanks,
suresh.



More information about the Mono-devel-list mailing list