3 references to DiffInsertAt
System.Data.Common (3)
System\Data\XmlDataLoader.cs (1)
1078table.Rows.DiffInsertAt(row, rowOrder); // insert data to specific location
System\Data\XMLDiffLoader.cs (2)
117tableBefore.Rows.DiffInsertAt(row, pos); 171tableBefore.Rows.DiffInsertAt(row, pos);