7 references to AddRow
System.Data.Common (7)
System\Data\DataRowCollection.cs (6)
46
public void Add(DataRow row) => _table.
AddRow
(row, -1);
57
_table.
AddRow
(row, -1);
69
_table.
AddRow
(row, pos > -1 ? pos + 1 : -1);
93
_table.
AddRow
(row, pos + 1);
113
_table.
AddRow
(row, -1);
121
_table.
AddRow
(row, -1);
System\Data\DataTable.cs (1)
2742
internal void AddRow(DataRow row) =>
AddRow
(row, -1);