2 references to OleDbParameterCollection
System.Data (1)
src\libraries\shims\System.Data\ref\System.Data.cs (1)
168
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.OleDb.
OleDbParameterCollection
))]
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (1)
38
public new System.Data.OleDb.
OleDbParameterCollection
Parameters { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } }