4 references to InsertRow
System.Data (4)
fx\src\data\System\Data\DataRowCollection.cs (3)
69
table.
InsertRow
(row, -1, pos);
85
table.
InsertRow
(row, pos+1, pos);
96
table.
InsertRow
(row, pos+1, pos > list.Count ? -1 : pos);
fx\src\data\System\Data\DataTable.cs (1)
2532
InsertRow
(row, proposedID, -1);