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)
47
public new System.Data.OleDb.
OleDbParameter
CreateParameter() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
389
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); } }
392
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); } }
394
public System.Data.OleDb.
OleDbParameter
Add(System.Data.OleDb.
OleDbParameter
value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
396
public System.Data.OleDb.
OleDbParameter
Add(string? parameterName, System.Data.OleDb.OleDbType oleDbType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
397
public System.Data.OleDb.
OleDbParameter
Add(string? parameterName, System.Data.OleDb.OleDbType oleDbType, int size) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
398
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); }
401
public System.Data.OleDb.
OleDbParameter
Add(string? parameterName, object? value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
403
public void AddRange(System.Data.OleDb.
OleDbParameter
[] values) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
404
public System.Data.OleDb.
OleDbParameter
AddWithValue(string? parameterName, object? value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
406
public bool Contains(System.Data.OleDb.
OleDbParameter
value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
410
public void CopyTo(System.Data.OleDb.
OleDbParameter
[] array, int index) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
414
public int IndexOf(System.Data.OleDb.
OleDbParameter
value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
417
public void Insert(int index, System.Data.OleDb.
OleDbParameter
value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
419
public void Remove(System.Data.OleDb.
OleDbParameter
value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }