Implemented interface member:
method
RemoveAt
System.Data.IDataParameterCollection.RemoveAt(System.String)
2 overrides of RemoveAt
System.Data.Odbc (1)
System\Data\Odbc\OdbcParameterCollectionHelper.cs (1)
248
public override void
RemoveAt
(string parameterName)
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (1)
422
public override void
RemoveAt
(string parameterName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }