2 references to FillInternal
System.Data (2)
fx\src\data\System\Data\Common\DbDataAdapter.cs (2)
436return FillInternal(dataSet, null, startRecord, maxRecords, srcTable, command, behavior); 507return FillInternal(null, dataTables, startRecord, maxRecords, null, command, behavior);