InheritanceQueryTestBase<TFixture>
InheritanceQueryTestBase(TFixture)
EnforcesFkConstraints
Byte_enum_value_constant_used_in_projection(Boolean)
Can_filter_all_animals(Boolean)
Can_include_animals(Boolean)
Can_include_prey(Boolean)
Can_insert_update_delete()
Can_query_all_animal_views(Boolean)
Can_query_all_animals(Boolean)
Can_query_all_birds(Boolean)
Can_query_all_plants(Boolean)
Can_query_all_types_when_shared_column(Boolean)
Can_query_just_kiwis(Boolean)
Can_query_just_roses(Boolean)
Can_query_when_shared_column(Boolean)
Can_use_backwards_is_animal(Boolean)
Can_use_backwards_of_type_animal(Boolean)
Can_use_is_kiwi_in_projection(Boolean)
Can_use_is_kiwi_with_cast(Boolean)
Can_use_is_kiwi_with_other_predicate(Boolean)
Can_use_is_kiwi(Boolean)
Can_use_of_type_animal(Boolean)
Can_use_of_type_bird_first(Boolean)
Can_use_of_type_bird_predicate(Boolean)
Can_use_of_type_bird_with_projection(Boolean)
Can_use_of_type_bird(Boolean)
Can_use_of_type_kiwi_where_north_on_derived_property(Boolean)
Can_use_of_type_kiwi_where_south_on_derived_property(Boolean)
Can_use_of_type_kiwi(Boolean)
Can_use_of_type_rose(Boolean)
ClearLog()
CreateContext()
Discriminator_used_when_projection_over_derived_type(Boolean)
Discriminator_used_when_projection_over_derived_type2(Boolean)
Discriminator_used_when_projection_over_of_type(Boolean)
Discriminator_with_cast_in_shadow_property(Boolean)
Filter_on_property_inside_complex_type_on_derived_type(Boolean)
GetType_in_hierarchy_in_abstract_base_type(Boolean)
GetType_in_hierarchy_in_intermediate_type(Boolean)
GetType_in_hierarchy_in_leaf_type_with_sibling(Boolean)
GetType_in_hierarchy_in_leaf_type_with_sibling2_not_equal(Boolean)
GetType_in_hierarchy_in_leaf_type_with_sibling2_reverse(Boolean)
GetType_in_hierarchy_in_leaf_type_with_sibling2(Boolean)
Is_operator_on_result_of_FirstOrDefault(Boolean)
Member_access_on_intermediate_type_works()
OfType_Union_OfType(Boolean)
OfType_Union_subquery(Boolean)
Selecting_only_base_properties_on_base_type(Boolean)
Selecting_only_base_properties_on_derived_type(Boolean)
Setting_foreign_key_to_a_different_type_throws()
Subquery_OfType(Boolean)
Union_entity_equality(Boolean)
Union_siblings_with_duplicate_property_in_subquery(Boolean)
UseTransaction(DatabaseFacade, IDbContextTransaction)
Using_is_operator_on_multiple_type_with_no_result(Boolean)
Using_is_operator_with_of_type_on_multiple_type_with_no_result(Boolean)
Using_OfType_on_multiple_type_with_no_result(Boolean)
net10.0-windows7.0
namespace Microsoft.EntityFrameworkCore.Query
{
public abstract class InheritanceQueryTestBase<TFixture> : QueryTestBase<TFixture!>
where TFixture, new(), InheritanceQueryFixtureBase!
{
[ConditionalTheory]
[MemberData("IsAsyncData", new[] { })]
public virtual Task! Can_use_of_type_bird_first(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