18 references to OleDbParameter
System.Data (1)
src\libraries\shims\System.Data\ref\System.Data.cs (1)
167[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.OleDb.OleDbParameter))]
System.Data.OleDb (17)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.Manual.notsupported.cs (1)
9[System.ComponentModel.TypeConverterAttribute(typeof(OleDbParameter.OleDbParameterConverter))]
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (16)
50public new System.Data.OleDb.OleDbParameter CreateParameter() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 416public new System.Data.OleDb.OleDbParameter this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 419public new System.Data.OleDb.OleDbParameter this[string parameterName] { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 421public System.Data.OleDb.OleDbParameter Add(System.Data.OleDb.OleDbParameter value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 423public System.Data.OleDb.OleDbParameter Add(string? parameterName, System.Data.OleDb.OleDbType oleDbType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 424public System.Data.OleDb.OleDbParameter Add(string? parameterName, System.Data.OleDb.OleDbType oleDbType, int size) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 425public System.Data.OleDb.OleDbParameter Add(string? parameterName, System.Data.OleDb.OleDbType oleDbType, int size, string? sourceColumn) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 428public System.Data.OleDb.OleDbParameter Add(string? parameterName, object? value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 430public void AddRange(System.Data.OleDb.OleDbParameter[] values) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 431public System.Data.OleDb.OleDbParameter AddWithValue(string? parameterName, object? value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 433public bool Contains(System.Data.OleDb.OleDbParameter value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 437public void CopyTo(System.Data.OleDb.OleDbParameter[] array, int index) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 441public int IndexOf(System.Data.OleDb.OleDbParameter value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 444public void Insert(int index, System.Data.OleDb.OleDbParameter value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 446public void Remove(System.Data.OleDb.OleDbParameter value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }