3 references to DiffInsertAt
System.Data (3)
fx\src\data\System\Data\XmlDataLoader.cs (1)
1016table.Rows.DiffInsertAt(row, rowOrder); // insert data to specific location
fx\src\data\System\Data\XMLDiffLoader.cs (2)
113tableBefore.Rows.DiffInsertAt(row, pos); 162tableBefore.Rows.DiffInsertAt(row, pos);