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