8 references to FillRequires
System.Data.Common (8)
System\Data\Common\DataAdapter.cs (6)
277throw ADP.FillRequires(nameof(dataReader)); 306throw ADP.FillRequires(nameof(dataReader)); 380throw ADP.FillRequires(nameof(dataSet)); 388throw ADP.FillRequires(nameof(dataReader)); 426throw ADP.FillRequires("dataTable"); 430throw ADP.FillRequires(nameof(dataReader));
System\Data\Common\DbDataAdapter.cs (2)
502throw ADP.FillRequires(nameof(dataSet)); 583throw ADP.FillRequires("dataTable");