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