2 references to FillInternal
System.Data.Common (2)
System\Data\Common\DbDataAdapter.cs (2)
520
return
FillInternal
(dataSet, null, startRecord, maxRecords, srcTable, command, behavior);
605
return
FillInternal
(null, dataTables, startRecord, maxRecords, null, command, behavior);