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