8 references to RowDiffId
System.Data.Common (8)
System\Data\XmlDataLoader.cs (1)
1088
table.
RowDiffId
[diffId] = row;
System\Data\XMLDiffLoader.cs (7)
105
row = (DataRow?)tableBefore.
RowDiffId
[diffId];
120
tableBefore.
RowDiffId
[diffId] = row;
158
row = (DataRow?)tableBefore.
RowDiffId
[diffId];
174
tableBefore.
RowDiffId
[diffId] = row;
195
DataRow row = (DataRow)table.
RowDiffId
[diffId]!;
237
DataRow? row = (DataRow?)table.
RowDiffId
[diffId];
242
row = (DataRow?)((DataTable)dt[i]!).
RowDiffId
[diffId];