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