2 writes to _acceptChangesDuringUpdate
System.Data.Common (2)
System\Data\Common\DataAdapter.cs (2)
74
set {
_acceptChangesDuringUpdate
= value; }
214
_acceptChangesDuringUpdate
= from._acceptChangesDuringUpdate;
2 references to _acceptChangesDuringUpdate
System.Data.Common (2)
System\Data\Common\DataAdapter.cs (2)
73
get { return
_acceptChangesDuringUpdate
; }
214
_acceptChangesDuringUpdate = from.
_acceptChangesDuringUpdate
;