2 overrides of Remove
System.Data.Odbc (1)
System\Data\Odbc\OdbcParameterCollectionHelper.cs (1)
226public override void Remove(object value)
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (1)
420public override void Remove(object value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
1 reference to Remove
System.Data.Common (1)
System\Data\Common\DbParameterCollection.cs (1)
144void IList.Remove(object? value) => Remove(value!);