CommandInterceptionTestBase
CommandInterceptorBase
MutatingNonQueryCommandInterceptor
MutatingReaderCommandInitializedInterceptor
MutatingReaderCommandInterceptor
MutatingScalarCommandInitializedInterceptor
MutatingScalarCommandInterceptor
NextResultCommandInterceptor
PassiveNonQueryCommandInterceptor
PassiveReaderCommandInterceptor
PassiveScalarCommandInterceptor
QueryReplacingNonQueryCommandInterceptor
QueryReplacingReaderCommandInterceptor
QueryReplacingScalarCommandInterceptor
ResultReplacingNonQueryCommandInterceptor
ResultReplacingReaderCommandInterceptor
ResultReplacingScalarCommandInterceptor
SuppressingCreateCommandInterceptor
SuppressingNonQueryCommandInterceptor
SuppressingReaderCommandInterceptor
SuppressingScalarCommandInterceptor
SuppressReaderCloseCommandInterceptor
ThrowingReaderCommandInterceptor
CommandInterceptionTestBase(InterceptionFixtureBase)
AssertErrorOutcome(DbContext, CommandInterceptorBase, Boolean, CommandSource)
AssertExecutedEvents(ITestDiagnosticListener)
AssertNormalOutcome(DbContext, CommandInterceptorBase, Boolean, CommandSource)
AssertSql(String, String)
Intercept_CommandInitialized_to_mutate_query_command(Boolean, Boolean)
Intercept_CommandInitialized_to_mutate_scalar_command(Boolean, Boolean)
Intercept_non_query_one_app_and_one_injected_interceptor(Boolean)
Intercept_non_query_passively(Boolean, Boolean)
Intercept_non_query_that_throws(Boolean, Boolean)
Intercept_non_query_to_mutate_command(Boolean, Boolean)
Intercept_non_query_to_replace_execution(Boolean, Boolean)
Intercept_non_query_to_replace_result(Boolean, Boolean)
Intercept_non_query_to_suppress_execution(Boolean, Boolean)
Intercept_non_query_to_throw(Boolean, Boolean)
Intercept_non_query_with_explicitly_composed_app_interceptor(Boolean)
Intercept_non_query_with_two_injected_interceptors(Boolean)
Intercept_query_passively(Boolean, Boolean)
Intercept_query_that_throws(Boolean, Boolean)
Intercept_query_to_call_DataReader_NextResult(Boolean, Boolean)
Intercept_query_to_mutate_command(Boolean, Boolean)
Intercept_query_to_replace_execution(Boolean, Boolean)
Intercept_query_to_replace_result(Boolean, Boolean)
Intercept_query_to_suppress_close_of_reader(Boolean, Boolean)
Intercept_query_to_suppress_command_creation(Boolean, Boolean)
Intercept_query_to_suppress_execution(Boolean, Boolean)
Intercept_query_to_throw(Boolean, Boolean)
Intercept_query_with_explicitly_composed_app_interceptor(Boolean)
Intercept_query_with_one_app_and_one_injected_interceptor(Boolean)
Intercept_query_with_two_injected_interceptors(Boolean)
Intercept_scalar_passively(Boolean, Boolean)
Intercept_scalar_that_throws(Boolean, Boolean)
Intercept_scalar_to_mutate_command(Boolean, Boolean)
Intercept_scalar_to_replace_execution(Boolean, Boolean)
Intercept_scalar_to_replace_result(Boolean, Boolean)
Intercept_scalar_to_suppress_execution(Boolean, Boolean)
Intercept_scalar_to_throw(Boolean, Boolean)
Intercept_scalar_with_explicitly_composed_app_interceptor(Boolean)
Intercept_scalar_with_one_app_and_one_injected_interceptor(Boolean)
Intercept_scalar_with_two_injected_interceptors(Boolean)
QueryMutationTest<TInterceptor>(Boolean, Boolean)
ScalarMutationTest<TInterceptor>(Boolean, Boolean)
net10.0-windows7.0
namespace Microsoft.EntityFrameworkCore
{
public abstract class CommandInterceptionTestBase : InterceptionTestBase
{
[AsyncStateMachine(typeof(<Intercept_non_query_to_throw>d__45))]
[ConditionalTheory]
[InlineData(new[] { false, false })]
[InlineData(new[] { true, false })]
[InlineData(new[] { false, true })]
[InlineData(new[] { true, true })]
public virtual Task Intercept_non_query_to_throw(bool async, bool inject);
}
}
.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