TransactionInterceptionTestBase
CommitSuppressingTransactionInterceptor
NoOpTransactionInterceptor
SuppressingTransactionInterceptor
TransactionInterceptor
WrappingTransactionInterceptor
TransactionInterceptionTestBase(InterceptionFixtureBase)
BeginTransaction_without_interceptor(Boolean)
Intercept_BeginTransaction_to_suppress(Boolean)
Intercept_BeginTransaction_to_wrap(Boolean)
Intercept_BeginTransaction_with_isolation_level(Boolean)
Intercept_BeginTransaction(Boolean)
Intercept_Commit_to_suppress(Boolean)
Intercept_Commit(Boolean)
Intercept_connection_with_multiple_interceptors(Boolean)
Intercept_CreateSavepoint(Boolean)
Intercept_error_on_commit_or_rollback(Boolean, Boolean)
Intercept_ReleaseSavepoint(Boolean)
Intercept_Rollback_to_suppress(Boolean)
Intercept_Rollback(Boolean)
Intercept_RollbackToSavepoint(Boolean)
Intercept_UseTransaction_to_wrap(Boolean)
Intercept_UseTransaction(Boolean)
UseTransaction_without_interceptor(Boolean)
net10.0-windows7.0
namespace Microsoft.EntityFrameworkCore
{
public abstract class TransactionInterceptionTestBase : InterceptionTestBase
{
[AsyncStateMachine(typeof(<Intercept_error_on_commit_or_rollback>d__19))]
[ConditionalTheory]
[InlineData(new[] { false, true })]
[InlineData(new[] { true, true })]
[InlineData(new[] { false, false })]
[InlineData(new[] { true, false })]
public virtual Task Intercept_error_on_commit_or_rollback(bool async, bool commit);
}
}
.NET | 9.010.0 |
---|---|
Information specific to net10.0 | |
Platforms | This API is only available when you target a specific platform: |
Windows | 7.0 |
Information specific to net10.0-windows7.0 | |
Assembly | Microsoft.EntityFrameworkCore.Relational.Specification.Tests , Version=9.0.3.0, PublicKeyToken=adb9793829ddae60 |
Referencing | Your project needs a package reference to |
Package | Microsoft.EntityFrameworkCore.Relational.Specification.Tests (9.0.3) net9.0 |
Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API