4 references to InsertRow
System.Data.Common (4)
System\Data\DataRowCollection.cs (3)
61
_table.
InsertRow
(row, -1, pos);
84
_table.
InsertRow
(row, pos + 1, pos);
98
_table.
InsertRow
(row, pos + 1, pos > _list.Count ? -1 : pos);
System\Data\DataTable.cs (1)
2744
internal void AddRow(DataRow row, int proposedID) =>
InsertRow
(row, proposedID, -1);