NorthwindCompiledQueryTestBase<TFixture>
IsAsyncData
NorthwindCompiledQueryTestBase(TFixture)
Fixture
Compiled_query_when_does_not_end_in_query_operator()
Compiled_query_when_using_member_on_context()
Compiled_query_with_max_parameters()
CountAsync<T>(IAsyncEnumerable<T>)
CreateContext()
DbSet_query_async()
DbSet_query_first_async()
DbSet_query_first()
DbSet_query()
First_query_with_cancellation_async()
First_query_with_single_parameter_async()
First_query_with_single_parameter()
Keyless_query_async()
Keyless_query_first_async()
Keyless_query_first()
Keyless_query()
Multiple_queries()
Query_ending_with_include()
Query_with_array_parameter_async()
Query_with_array_parameter()
Query_with_closure_async_null()
Query_with_closure_async()
Query_with_closure_null()
Query_with_closure()
Query_with_contains()
Query_with_single_parameter_async()
Query_with_single_parameter_with_include()
Query_with_single_parameter()
Query_with_three_parameters_async()
Query_with_three_parameters()
Query_with_two_parameters_async()
Query_with_two_parameters()
Untyped_context_async()
Untyped_context()
net10.0-windows7.0
namespace Microsoft.EntityFrameworkCore.Query
{
public abstract class NorthwindCompiledQueryTestBase<TFixture> : IClassFixture<TFixture>
where TFixture, new(), NorthwindQueryFixtureBase<NoopModelCustomizer>
{
[ConditionalFact]
public virtual void Query_with_three_parameters();
}
}
.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.Specification.Tests , Version=9.0.3.0, PublicKeyToken=adb9793829ddae60 |
Referencing | Your project needs a package reference to |
Package | Microsoft.EntityFrameworkCore.Specification.Tests (9.0.3) net9.0 |
Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API