3 types derived from DbParameterCollection
System.Data.Odbc (2)
System\Data\Odbc\OdbcParameterCollection.cs (1)
11public sealed partial class OdbcParameterCollection : DbParameterCollection
System\Data\Odbc\OdbcParameterCollectionHelper.cs (1)
11public sealed partial class OdbcParameterCollection : DbParameterCollection
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (1)
380public sealed partial class OleDbParameterCollection : System.Data.Common.DbParameterCollection
14 references to DbParameterCollection
netstandard (1)
netstandard.cs (1)
468[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DbParameterCollection))]
System.Data (1)
src\libraries\shims\System.Data\ref\System.Data.cs (1)
42[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DbParameterCollection))]
System.Data.Common (10)
System\Data\Common\DbBatchCommand.cs (2)
17public DbParameterCollection Parameters => DbParameterCollection; 19protected abstract DbParameterCollection DbParameterCollection { get; }
System\Data\Common\DbCommand.cs (2)
45protected abstract DbParameterCollection DbParameterCollection { get; } 61public DbParameterCollection Parameters => DbParameterCollection;
System\Data\Common\DbDataSource.cs (1)
295protected override DbParameterCollection DbParameterCollection
System\Data\Common\DbParameterCollection.cs (5)
69/// It can be used only when the <see cref="DbParameterCollection" /> instance is cast to 85/// It can be used only when the <see cref="DbParameterCollection" /> instance is cast to 112/// It can be used only when the <see cref="DbParameterCollection" /> instance is cast to 128/// It can be used only when the <see cref="DbParameterCollection" /> instance is cast to 141/// It can be used only when the <see cref="DbParameterCollection" /> instance is cast to
System.Data.Odbc (1)
System\Data\Odbc\OdbcCommand.cs (1)
272protected override DbParameterCollection DbParameterCollection
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (1)
30protected override System.Data.Common.DbParameterCollection DbParameterCollection { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } }