3 overrides of DbParameterCollection
System.Data.Common (1)
System\Data\Common\DbDataSource.cs (1)
295
protected override DbParameterCollection
DbParameterCollection
System.Data.Odbc (1)
System\Data\Odbc\OdbcCommand.cs (1)
272
protected override DbParameterCollection
DbParameterCollection
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (1)
30
protected override System.Data.Common.DbParameterCollection
DbParameterCollection
{ get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } }
2 references to DbParameterCollection
System.Data.Common (2)
System\Data\Common\DbCommand.cs (2)
61
public DbParameterCollection Parameters =>
DbParameterCollection
;
63
IDataParameterCollection IDbCommand.Parameters =>
DbParameterCollection
;