2 references to FillFromReader
System.Data.Common (2)
System\Data\Common\DataAdapter.cs (2)
404return FillFromReader(dataSet, null, srcTable, readerHandler, startRecord, maxRecords); 483int count = FillFromReader(null, dataTables[i], null, readerHandler, startRecord, maxRecords);