18 references to Add
System.Data.Common (9)
System\Data\DataTable.cs (2)
43/// <remarks>This limits <see cref="DataRowCollection.Add(DataRow)"/> to <see cref="int.MaxValue"/> operations.</remarks> 4816Rows.Add(row2);
System\Data\DataTableReader.cs (1)
844tempSchemaTable.Rows.Add(dr);
System\Data\DataView.cs (1)
795_table!.Rows.Add(newRow);
System\Data\XmlDataLoader.cs (2)
112r.Table.Rows.Add(r); 347topTable.Rows.Add(topRow);
System\Xml\XmlDataDocument.cs (3)
135r.Table.Rows.Add(r); 174r.Table.Rows.Add(r); 2756row.Table.Rows.Add(row);
System.Data.Odbc (4)
src\runtime\src\libraries\Common\src\System\Data\ProviderBase\DbMetaDataFactory.cs (1)
84destinationTable.Rows.Add(newRow);
System\Data\Odbc\OdbcDataReader.cs (1)
2299schematable.Rows.Add(row);
System\Data\Odbc\OdbcMetaDataFactory.cs (2)
424dataTypesTable.Rows.Add(dataTypesRow); 995reservedWordsTable.Rows.Add(row);
System.Data.OleDb (5)
OleDbConnectionInternal.cs (2)
435table.Rows.Add(row); 494table.Rows.Add(row);
OleDbDataReader.cs (1)
436schemaTable.Rows.Add(newRow);
OleDbMetaDataFactory.cs (1)
462dataTypesTable.Rows.Add(newRow);
System\Data\ProviderBase\DbMetaDataFactory.cs (1)
103destinationTable.Rows.Add(newRow);