4 references to Fill
System.Data (4)
fx\src\data\System\Data\Common\DataAdapter.cs (2)
451return Fill(dataTables, dataReader, 0, 0); 777return Fill(dataTables, dataReader, startRecord, maxRecords);
fx\src\data\System\Data\Common\DbDataAdapter.cs (1)
536rowsAddedToDataSet = Fill(datatables, dataReader, startRecord, maxRecords);
fx\src\data\System\Data\OleDb\OleDbDataAdapter.cs (1)
162adapter.Fill(dataTables, dataReader, 0, 0);