10 references to OleDbType
System.Data (1)
src\libraries\shims\System.Data\ref\System.Data.cs (1)
177
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.OleDb.
OleDbType
))]
System.Data.OleDb (9)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (9)
372
public OleDbParameter(string? name, System.Data.OleDb.
OleDbType
dataType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
373
public OleDbParameter(string? name, System.Data.OleDb.
OleDbType
dataType, int size) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
375
public OleDbParameter(string? parameterName, System.Data.OleDb.
OleDbType
dbType, int size, System.Data.ParameterDirection direction, bool isNullable, byte precision, byte scale, string? srcColumn, System.Data.DataRowVersion srcVersion, object? value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
377
public OleDbParameter(string? parameterName, System.Data.OleDb.
OleDbType
dbType, int size, System.Data.ParameterDirection direction, byte precision, byte scale, string? sourceColumn, System.Data.DataRowVersion sourceVersion, bool sourceColumnNullMapping, object? value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
378
public OleDbParameter(string? name, System.Data.OleDb.
OleDbType
dataType, int size, string? srcColumn) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
386
public System.Data.OleDb.
OleDbType
OleDbType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { 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); }