7 references to OleDbTransaction
System.Data (1)
src\libraries\shims\System.Data\ref\System.Data.cs (1)
176
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.OleDb.
OleDbTransaction
))]
System.Data.OleDb (6)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (6)
16
public OleDbCommand(string? cmdText, System.Data.OleDb.OleDbConnection? connection, System.Data.OleDb.
OleDbTransaction
? transaction) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
41
public new System.Data.OleDb.
OleDbTransaction
? Transaction { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } }
110
public new System.Data.OleDb.
OleDbTransaction
BeginTransaction() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
111
public new System.Data.OleDb.
OleDbTransaction
BeginTransaction(System.Data.IsolationLevel isolationLevel) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
486
public System.Data.OleDb.
OleDbTransaction
Begin() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
487
public System.Data.OleDb.
OleDbTransaction
Begin(System.Data.IsolationLevel isolevel) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }