Home
last modified time | relevance | path

Searched refs:_acceptChangesDuringUpdateAfterInsert (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Common/src/System/Data/Common/
H A DDataAdapter.cs17 private bool _acceptChangesDuringUpdateAfterInsert = true; field in System.Data.Common.DataAdapter
230 _acceptChangesDuringUpdateAfterInsert = from._acceptChangesDuringUpdateAfterInsert; in CloneFrom()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/Common/
H A DDataAdapter.cs24 private bool _acceptChangesDuringUpdateAfterInsert = true; field in System.Data.Common.DataAdapter
293 _acceptChangesDuringUpdateAfterInsert = from._acceptChangesDuringUpdateAfterInsert; in CloneFrom()