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