3 writes to _fillLoadOption
System.Data (3)
fx\src\data\System\Data\Common\DataAdapter.cs (3)
141
_fillLoadOption
= value;
154
_fillLoadOption
= 0;
297
_fillLoadOption
= from._fillLoadOption;
5 references to _fillLoadOption
System.Data (5)
fx\src\data\System\Data\Common\DataAdapter.cs (5)
89
return (0 ==
_fillLoadOption
);
132
LoadOption fillLoadOption =
_fillLoadOption
;
133
return ((0 != fillLoadOption) ?
_fillLoadOption
: LoadOption.OverwriteChanges);
161
return (0 !=
_fillLoadOption
);
297
_fillLoadOption = from.
_fillLoadOption
;