3 types derived from DbParameterCollection
System.Data.Odbc (2)
System\Data\Odbc\OdbcParameterCollection.cs (1)
11
public sealed partial class OdbcParameterCollection :
DbParameterCollection
System\Data\Odbc\OdbcParameterCollectionHelper.cs (1)
11
public sealed partial class OdbcParameterCollection :
DbParameterCollection
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (1)
380
public 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)
17
public
DbParameterCollection
Parameters => DbParameterCollection;
19
protected abstract
DbParameterCollection
DbParameterCollection { get; }
System\Data\Common\DbCommand.cs (2)
45
protected abstract
DbParameterCollection
DbParameterCollection { get; }
61
public
DbParameterCollection
Parameters => DbParameterCollection;
System\Data\Common\DbDataSource.cs (1)
295
protected 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)
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); } }