Implemented interface member:
method
RemoveAt
System.Collections.IList.RemoveAt(System.Int32)
2 overrides of RemoveAt
System.Data.Odbc (1)
System\Data\Odbc\OdbcParameterCollectionHelper.cs (1)
241public override void RemoveAt(int index)
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (1)
421public override void RemoveAt(int index) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
1 reference to RemoveAt
System.Data.Common (1)
System\Data\Common\DBCommandBuilder.cs (1)
1530command.Parameters.RemoveAt(i);