8 references to RowDiffId
System.Data (8)
fx\src\data\System\Data\XmlDataLoader.cs (1)
1024
table.
RowDiffId
[diffId] = row;
fx\src\data\System\Data\XMLDiffLoader.cs (7)
104
row = (DataRow)tableBefore.
RowDiffId
[diffId];
116
tableBefore.
RowDiffId
[diffId] = row;
152
row = (DataRow)tableBefore.
RowDiffId
[diffId];
165
tableBefore.
RowDiffId
[diffId] = row;
185
DataRow row = (DataRow)table.
RowDiffId
[diffId];
223
DataRow row = (DataRow)table.
RowDiffId
[diffId];
226
row = (DataRow)((DataTable)dt[i]).
RowDiffId
[diffId];