ComplexTypeQueryTestBase<TFixture>
ComplexTypeQueryTestBase(TFixture)
Complex_type_equals_complex_type(Boolean)
Complex_type_equals_constant(Boolean)
Complex_type_equals_null(Boolean)
Complex_type_equals_parameter(Boolean)
Concat_complex_type(Boolean)
Concat_entity_type_containing_complex_property(Boolean)
Concat_entity_type_containing_struct_complex_property(Boolean)
Concat_property_in_complex_type(Boolean)
Concat_property_in_struct_complex_type(Boolean)
Concat_struct_complex_type(Boolean)
Concat_two_different_complex_type(Boolean)
Concat_two_different_struct_complex_type(Boolean)
Contains_over_complex_type(Boolean)
Contains_over_struct_complex_type(Boolean)
CreateContext()
Entity_with_complex_type_with_group_by_and_first(Boolean)
Filter_on_property_inside_complex_type_after_subquery(Boolean)
Filter_on_property_inside_complex_type(Boolean)
Filter_on_property_inside_nested_complex_type_after_subquery(Boolean)
Filter_on_property_inside_nested_complex_type(Boolean)
Filter_on_property_inside_nested_struct_complex_type_after_subquery(Boolean)
Filter_on_property_inside_nested_struct_complex_type(Boolean)
Filter_on_property_inside_struct_complex_type_after_subquery(Boolean)
Filter_on_property_inside_struct_complex_type(Boolean)
Filter_on_required_property_inside_required_complex_type_on_optional_navigation(Boolean)
Filter_on_required_property_inside_required_complex_type_on_required_navigation(Boolean)
Filter_on_required_property_inside_required_struct_complex_type_on_optional_navigation(Boolean)
Filter_on_required_property_inside_required_struct_complex_type_on_required_navigation(Boolean)
GroupBy_over_complex_type(Boolean)
GroupBy_over_nested_complex_type(Boolean)
GroupBy_over_property_in_nested_complex_type(Boolean)
Load_complex_type_after_subquery_on_entity_type(Boolean)
Load_struct_complex_type_after_subquery_on_entity_type(Boolean)
Project_complex_type_via_optional_navigation(Boolean)
Project_complex_type_via_required_navigation(Boolean)
Project_entity_with_complex_type_pushdown_and_then_left_join(Boolean)
Project_same_entity_with_nested_complex_type_twice_with_double_pushdown(Boolean)
Project_same_entity_with_nested_complex_type_twice_with_pushdown(Boolean)
Project_same_entity_with_struct_nested_complex_type_twice_with_double_pushdown(Boolean)
Project_same_entity_with_struct_nested_complex_type_twice_with_pushdown(Boolean)
Project_same_nested_complex_type_twice_with_double_pushdown(Boolean)
Project_same_nested_complex_type_twice_with_pushdown(Boolean)
Project_same_struct_nested_complex_type_twice_with_double_pushdown(Boolean)
Project_same_struct_nested_complex_type_twice_with_pushdown(Boolean)
Project_struct_complex_type_via_optional_navigation(Boolean)
Project_struct_complex_type_via_required_navigation(Boolean)
Projecting_complex_from_optional_navigation_using_conditional(Boolean)
Projecting_property_of_complex_type_using_left_join_with_pushdown(Boolean)
Same_complex_type_projected_twice_with_pushdown_as_part_of_another_projection(Boolean)
Same_entity_with_complex_type_projected_twice_with_pushdown_as_part_of_another_projection(Boolean)
Select_complex_type_Distinct(Boolean)
Select_complex_type_Where(Boolean)
Select_complex_type(Boolean)
Select_nested_complex_type(Boolean)
Select_nested_struct_complex_type(Boolean)
Select_single_property_on_nested_complex_type(Boolean)
Select_single_property_on_nested_struct_complex_type(Boolean)
Select_struct_complex_type_Distinct(Boolean)
Select_struct_complex_type_Where(Boolean)
Select_struct_complex_type(Boolean)
Struct_complex_type_equals_constant(Boolean)
Struct_complex_type_equals_parameter(Boolean)
Struct_complex_type_equals_struct_complex_type(Boolean)
Subquery_over_complex_type(Boolean)
Subquery_over_struct_complex_type(Boolean)
Union_complex_type(Boolean)
Union_entity_type_containing_complex_property(Boolean)
Union_entity_type_containing_struct_complex_property(Boolean)
Union_of_same_entity_with_nested_complex_type_projected_twice_with_double_pushdown(Boolean)
Union_of_same_entity_with_nested_complex_type_projected_twice_with_pushdown(Boolean)
Union_of_same_nested_complex_type_projected_twice_with_double_pushdown(Boolean)
Union_of_same_nested_complex_type_projected_twice_with_pushdown(Boolean)
Union_property_in_complex_type(Boolean)
Union_property_in_struct_complex_type(Boolean)
Union_struct_complex_type(Boolean)
Union_two_different_complex_type(Boolean)
Union_two_different_struct_complex_type(Boolean)
net10.0-windows7.0
namespace Microsoft.EntityFrameworkCore.Query
{
public abstract class ComplexTypeQueryTestBase<TFixture> : QueryTestBase<TFixture!>
where TFixture, new(), ComplexTypeQueryFixtureBase!
{
[ConditionalTheory]
[MemberData("IsAsyncData", new[] { })]
public virtual Task! Contains_over_complex_type(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