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