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)
19
public OleDbCommand(string? cmdText, System.Data.OleDb.OleDbConnection? connection, System.Data.OleDb.
OleDbTransaction
? transaction) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
44
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); } }
116
public new System.Data.OleDb.
OleDbTransaction
BeginTransaction() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
117
public new System.Data.OleDb.
OleDbTransaction
BeginTransaction(System.Data.IsolationLevel isolationLevel) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
516
public System.Data.OleDb.
OleDbTransaction
Begin() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
517
public System.Data.OleDb.
OleDbTransaction
Begin(System.Data.IsolationLevel isolevel) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }