2 writes to fInLoadDiffgram
System.Data (2)
fx\src\data\System\Data\DataSet.cs (2)
2237
newDs.
fInLoadDiffgram
= true;
2282
newDs.
fInLoadDiffgram
= false;
1 reference to fInLoadDiffgram
System.Data (1)
fx\src\data\System\Data\DataRow.cs (1)
212
if (_table.fInLoadDiffgram || (_table.DataSet != null && _table.DataSet.
fInLoadDiffgram
))