2 overrides of Insert
System.Data.Odbc (1)
System\Data\Odbc\OdbcParameterCollectionHelper.cs (1)
210
public override void
Insert
(int index, object value)
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (1)
418
public override void
Insert
(int index, object value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
1 reference to Insert
System.Data.Common (1)
System\Data\Common\DbParameterCollection.cs (1)
131
void IList.Insert(int index, object? value) =>
Insert
(index, value!);