3 references to FillFromReader
System.Data (3)
fx\src\data\System\Data\Common\DataAdapter.cs (2)
442
return
FillFromReader
(dataSet, null, srcTable, readerHandler, startRecord, maxRecords, null, null);
509
int count =
FillFromReader
(null, dataTables[i], null, readerHandler, startRecord, maxRecords, null, null);
fx\src\data\System\Data\ProviderBase\SchemaMapping.cs (1)
414
datarowadded += _adapter.
FillFromReader
(_dataSet, null, chapterTableName, readerHandler, 0, 0, parentChapterColumn, parentChapterValue);