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