10 references to s_itemType
System.Data.OleDb (10)
OleDbParameterCollectionHelper.cs (10)
103throw ADP.ParametersSourceIndex(parameterName, this, s_itemType); 149throw ADP.ParametersSourceIndex(parameterName, this, s_itemType); 238throw ADP.CollectionRemoveInvalidObject(s_itemType, this); 289throw ADP.ParametersSourceIndex(parameterName, this, s_itemType); 298throw ADP.ParameterNull(nameof(value), this, s_itemType); 306throw ADP.ParametersIsNotParent(s_itemType, this); 310throw ADP.ParametersIsParent(s_itemType, this); 331throw ADP.ParameterNull(nameof(value), this, s_itemType); 333else if (!s_itemType.IsInstanceOfType(value)) 335throw ADP.InvalidParameterType(this, s_itemType, value);