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)
50
public new System.Data.OleDb.
OleDbParameter
CreateParameter() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
416
public 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); } }
419
public 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); } }
421
public System.Data.OleDb.
OleDbParameter
Add(System.Data.OleDb.
OleDbParameter
value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
423
public System.Data.OleDb.
OleDbParameter
Add(string? parameterName, System.Data.OleDb.OleDbType oleDbType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
424
public System.Data.OleDb.
OleDbParameter
Add(string? parameterName, System.Data.OleDb.OleDbType oleDbType, int size) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
425
public System.Data.OleDb.
OleDbParameter
Add(string? parameterName, System.Data.OleDb.OleDbType oleDbType, int size, string? sourceColumn) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
428
public System.Data.OleDb.
OleDbParameter
Add(string? parameterName, object? value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
430
public void AddRange(System.Data.OleDb.
OleDbParameter
[] values) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
431
public System.Data.OleDb.
OleDbParameter
AddWithValue(string? parameterName, object? value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
433
public bool Contains(System.Data.OleDb.
OleDbParameter
value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
437
public void CopyTo(System.Data.OleDb.
OleDbParameter
[] array, int index) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
441
public int IndexOf(System.Data.OleDb.
OleDbParameter
value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
444
public void Insert(int index, System.Data.OleDb.
OleDbParameter
value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
446
public void Remove(System.Data.OleDb.
OleDbParameter
value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }