21 references to ArgumentNull
System.Data.Common (21)
src\libraries\Common\src\System\Data\Common\AdapterUtil.cs (1)
225throw ArgumentNull(parameterName);
System\Data\Common\AdapterUtil.Common.cs (3)
537return ArgumentNull(parameter); 560return ArgumentNull(parameter); 572return ArgumentNull(parameter);
System\Data\Common\DataAdapter.cs (2)
265throw ADP.ArgumentNull(nameof(dataSet)); 298throw ADP.ArgumentNull(nameof(dataTable));
System\Data\Common\DataColumnMapping.cs (2)
84throw ADP.ArgumentNull(nameof(dataTable)); 163throw ADP.ArgumentNull(nameof(destinationType));
System\Data\Common\DataColumnMappingCollection.cs (1)
158throw ADP.ArgumentNull(nameof(values));
System\Data\Common\DataRecordInternal.cs (1)
41throw ADP.ArgumentNull(nameof(values));
System\Data\Common\DataTableMapping.cs (2)
131throw ADP.ArgumentNull(nameof(dataSet)); 185throw ADP.ArgumentNull(nameof(destinationType));
System\Data\Common\DataTableMappingCollection.cs (1)
112throw ADP.ArgumentNull(nameof(values));
System\Data\Common\DBCommandBuilder.cs (1)
1538throw ADP.ArgumentNull(nameof(rowUpdatingEvent));
System\Data\Common\DbDataAdapter.cs (3)
351throw ADP.ArgumentNull(nameof(dataSet)); 382throw ADP.ArgumentNull(nameof(dataTable)); 856throw ADP.ArgumentNull(nameof(dataRows));
System\Data\Common\DbEnumerator.cs (2)
25throw ADP.ArgumentNull(nameof(reader)); 34throw ADP.ArgumentNull(nameof(reader));
System\Data\Common\FieldNameLookup.cs (1)
41throw ADP.ArgumentNull(nameof(fieldName));
System\Data\Common\RowUpdatedEventArgs.cs (1)
165throw ADP.ArgumentNull(nameof(array));