1 write to HasChanges
System.Data (1)
fx\src\data\System\Data\DataSet.cs (1)
1291
bitMatrix[i].
HasChanges
--;
4 references to HasChanges
System.Data (4)
fx\src\data\System\Data\DataSet.cs (4)
1276
Debug.Assert(0 <= bitMatrix[i].
HasChanges
, "negative change count");
1277
if (0 < bitMatrix[i].
HasChanges
) {
1286
Debug.Assert(bitMatrix[i].
HasChanges
<= table.Rows.Count, "to many changes");
1288
for (int j = 0; 0 < bitMatrix[i].
HasChanges
; ++j) { // Loop through the rows.