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