NorthwindNavigationsQueryTestBase<TFixture>
NorthwindNavigationsQueryTestBase(TFixture)
ClearLog()
Collection_orderby_nav_prop_count(Boolean)
Collection_select_nav_prop_all_client(Boolean)
Collection_select_nav_prop_all(Boolean)
Collection_select_nav_prop_any(Boolean)
Collection_select_nav_prop_count(Boolean)
Collection_select_nav_prop_first_or_default_then_nav_prop_nested_using_property_method(Boolean)
Collection_select_nav_prop_first_or_default_then_nav_prop_nested_with_orderby(Boolean)
Collection_select_nav_prop_first_or_default_then_nav_prop_nested(Boolean)
Collection_select_nav_prop_first_or_default_then_nav_prop(Boolean)
Collection_select_nav_prop_first_or_default(Boolean)
Collection_select_nav_prop_long_count(Boolean)
Collection_select_nav_prop_predicate(Boolean)
Collection_select_nav_prop_single_or_default_then_nav_prop_nested(Boolean)
Collection_select_nav_prop_sum_plus_one(Boolean)
Collection_select_nav_prop_sum(Boolean)
Collection_where_nav_prop_all_client(Boolean)
Collection_where_nav_prop_all(Boolean)
Collection_where_nav_prop_any_predicate(Boolean)
Collection_where_nav_prop_any(Boolean)
Collection_where_nav_prop_count_reverse(Boolean)
Collection_where_nav_prop_count(Boolean)
Collection_where_nav_prop_sum(Boolean)
CreateContext()
GroupJoin_with_complex_subquery_and_LOJ_gets_flattened(Boolean)
GroupJoin_with_complex_subquery_and_LOJ_gets_flattened2(Boolean)
Include_with_multiple_optional_navigations(Boolean)
Join_with_nav_in_orderby_in_subquery_when_client_eval(Boolean)
Join_with_nav_in_predicate_in_subquery_when_client_eval(Boolean)
Join_with_nav_projected_in_subquery_when_client_eval(Boolean)
Multiple_include_with_multiple_optional_navigations(Boolean)
Navigation_fk_based_inside_contains(Boolean)
Navigation_from_join_clause_inside_contains(Boolean)
Navigation_in_subquery_referencing_outer_query_with_client_side_result_operator_and_count(Boolean)
Navigation_in_subquery_referencing_outer_query(Boolean)
Navigation_inside_contains_nested(Boolean)
Navigation_inside_contains(Boolean)
Navigation_with_collection_with_nullable_type_key(Boolean)
Project_single_entity_value_subquery_works(Boolean)
Project_single_scalar_value_subquery_in_query_with_optional_navigation_works(Boolean)
Project_single_scalar_value_subquery_is_properly_inlined(Boolean)
Select_collection_FirstOrDefault_project_anonymous_type_client_eval(Boolean)
Select_collection_FirstOrDefault_project_anonymous_type(Boolean)
Select_collection_FirstOrDefault_project_entity(Boolean)
Select_collection_FirstOrDefault_project_single_column1(Boolean)
Select_collection_FirstOrDefault_project_single_column2(Boolean)
Select_collection_navigation_multi_part(Boolean)
Select_collection_navigation_multi_part2(Boolean)
Select_collection_navigation_simple_followed_by_ordering_by_scalar(Boolean)
Select_collection_navigation_simple(Boolean)
Select_collection_navigation_simple2(Boolean)
Select_count_plus_sum(Boolean)
Select_multiple_complex_projections(Boolean)
Select_Navigation(Boolean)
Select_Navigations_Where_Navigations(Boolean)
Select_Navigations(Boolean)
Select_Singleton_Navigation_With_Member_Access(Boolean)
Select_Where_Navigation_Client(Boolean)
Select_Where_Navigation_Contains(Boolean)
Select_Where_Navigation_Deep(Boolean)
Select_Where_Navigation_Equals_Navigation(Boolean)
Select_Where_Navigation_Included(Boolean)
Select_Where_Navigation_Multiple_Access(Boolean)
Select_Where_Navigation_Null_Deep(Boolean)
Select_Where_Navigation_Null_Reverse(Boolean)
Select_Where_Navigation_Null(Boolean)
Select_Where_Navigation_Scalar_Equals_Navigation_Scalar_Projected(Boolean)
Select_Where_Navigation_Scalar_Equals_Navigation_Scalar(Boolean)
Select_Where_Navigation(Boolean)
Singleton_Navigation_With_Member_Access(Boolean)
Skip_Select_Navigation(Boolean)
Take_Select_Navigation(Boolean)
Where_subquery_on_navigation_client_eval(Boolean)
Where_subquery_on_navigation(Boolean)
Where_subquery_on_navigation2(Boolean)
net10.0-windows7.0
namespace Microsoft.EntityFrameworkCore.Query
{
public abstract class NorthwindNavigationsQueryTestBase<TFixture> : QueryTestBase<TFixture>
where TFixture, new(), NorthwindQueryFixtureBase<NoopModelCustomizer>
{
[ConditionalTheory]
[MemberData("IsAsyncData", new[] { })]
public virtual Task Collection_where_nav_prop_count_reverse(bool async);
}
}
.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