7 references to ArgumentNull
System.Data.Odbc (7)
src\libraries\Common\src\System\Data\Common\AdapterUtil.cs (1)
228
throw
ArgumentNull
(parameterName);
src\libraries\Common\src\System\Data\Common\BasicFieldNameLookup.cs (2)
26
throw ADP.
ArgumentNull
(nameof(fieldNames));
58
throw ADP.
ArgumentNull
(nameof(fieldName));
System\Data\Odbc\OdbcCommandBuilder.cs (1)
107
throw ADP.
ArgumentNull
(nameof(command));
System\Data\Odbc\OdbcConnectionHandle.cs (2)
27
throw ADP.
ArgumentNull
(nameof(connection));
31
throw ADP.
ArgumentNull
(nameof(constr));
System\Data\Odbc\OdbcParameterCollectionHelper.cs (1)
84
throw ADP.
ArgumentNull
(nameof(values));