2 writes to _acceptChangesDuringUpdate
System.Data (2)
fx\src\data\System\Data\Common\DataAdapter.cs (2)
103
_acceptChangesDuringUpdate
= value;
292
_acceptChangesDuringUpdate
= from._acceptChangesDuringUpdate;
2 references to _acceptChangesDuringUpdate
System.Data (2)
fx\src\data\System\Data\Common\DataAdapter.cs (2)
100
return
_acceptChangesDuringUpdate
;
292
_acceptChangesDuringUpdate = from.
_acceptChangesDuringUpdate
;