FieldMappingTestBase<TFixture>
BlogAuto
BlogFields
BlogFull
BlogFullExplicit
BlogHiding
BlogHidingBase
BlogNavFields
BlogReadOnly
BlogReadOnlyExplicit
BlogWithReadOnlyCollection
BlogWriteOnly
BlogWriteOnlyExplicit
FieldMappingFixtureBase
IBlogAccessor
IPostAccessor
IUser2
LoginSession
NavDependent
OneToOneFieldNavPrincipal
PostAuto
PostFields
PostFull
PostFullExplicit
PostHiding
PostHidingBase
PostNavFields
PostReadOnly
PostReadOnlyExplicit
PostWithReadOnlyCollection
PostWriteOnly
PostWriteOnlyExplicit
User2
_isSeeding
FieldMappingTestBase(TFixture)
Fixture
AssertBlogs(IEnumerable<IBlogAccessor>)
AssertGraph(IEnumerable<IBlogAccessor>, String)
AssertGraph(IEnumerable<IPostAccessor>, Boolean)
Can_define_a_backing_field_for_a_navigation_and_query_and_update_it()
CreateBlogAndPosts<TBlog, TPost>(ICollection<TPost>)
CreateContext()
CreatePostsAndBlog<TBlog, TPost>()
Field_mapping_with_conversion_does_not_throw()
Include_collection_auto_props(Boolean)
Include_collection_fields_only_for_navs_too(Boolean)
Include_collection_fields_only(Boolean)
Include_collection_full_props_with_named_fields(Boolean)
Include_collection_full_props(Boolean)
Include_collection_hiding_props(Boolean)
Include_collection_props_with_IReadOnlyCollection(Boolean)
Include_collection_read_only_props_with_named_fields(Boolean)
Include_collection_read_only_props(Boolean)
Include_collection_write_only_props_with_named_fields(Boolean)
Include_collection_write_only_props(Boolean)
Include_reference_auto_props(Boolean)
Include_reference_fields_only_only_for_navs_too(Boolean)
Include_reference_fields_only(Boolean)
Include_reference_full_props_with_named_fields(Boolean)
Include_reference_full_props(Boolean)
Include_reference_hiding_props(Boolean)
Include_reference_props_with_IReadOnlyCollection(Boolean)
Include_reference_read_only_props_with_named_fields(Boolean)
Include_reference_read_only_props(Boolean)
Include_reference_write_only_props_with_named_fields(Boolean)
Include_reference_write_only_props(Boolean)
Load_collection_auto_props()
Load_collection_fields_only_only_for_navs_too()
Load_collection_fields_only()
Load_collection_full_props_with_named_fields()
Load_collection_full_props()
Load_collection_hiding_props()
Load_collection_props_with_IReadOnlyCollection()
Load_collection_read_only_props_with_named_fields()
Load_collection_read_only_props()
Load_collection_write_only_props_with_named_fields()
Load_collection_write_only_props()
Load_collection<TBlog>(String)
Load_reference_auto_props()
Load_reference_fields_only_only_for_navs_too()
Load_reference_fields_only()
Load_reference_full_props_with_named_fields()
Load_reference_full_props()
Load_reference_hiding_props()
Load_reference_props_with_IReadOnlyCollection()
Load_reference_read_only_props_with_named_fields()
Load_reference_read_only_props()
Load_reference_write_only_props_with_named_fields()
Load_reference_write_only_props()
Load_reference<TPost>(String)
Projection_auto_props(Boolean)
Projection_fields_only_only_for_navs_too(Boolean)
Projection_fields_only(Boolean)
Projection_full_props_with_named_fields(Boolean)
Projection_full_props(Boolean)
Projection_hiding_props(Boolean)
Projection_props_with_IReadOnlyCollection(Boolean)
Projection_read_only_props_with_named_fields(Boolean)
Projection_read_only_props(Boolean)
Projection_write_only_props_with_named_fields(Boolean)
Projection_write_only_props(Boolean)
Projection<TPost>(String, String, Boolean)
Query_with_conditional_constant_auto_props(Boolean)
Query_with_conditional_constant_fields_only_only_for_navs_too(Boolean)
Query_with_conditional_constant_fields_only(Boolean)
Query_with_conditional_constant_full_props_with_named_fields(Boolean)
Query_with_conditional_constant_full_props(Boolean)
Query_with_conditional_constant_hiding_props(Boolean)
Query_with_conditional_constant_props_with_IReadOnlyCollection(Boolean)
Query_with_conditional_constant_read_only_props_with_named_fields(Boolean)
Query_with_conditional_constant_read_only_props(Boolean)
Query_with_conditional_constant_write_only_props_with_named_fields(Boolean)
Query_with_conditional_constant_write_only_props(Boolean)
Query_with_conditional_constant<TPost>(String, Boolean)
Query_with_conditional_param_auto_props(Boolean)
Query_with_conditional_param_fields_only_only_for_navs_too(Boolean)
Query_with_conditional_param_fields_only(Boolean)
Query_with_conditional_param_full_props_with_named_fields(Boolean)
Query_with_conditional_param_full_props(Boolean)
Query_with_conditional_param_hiding_props(Boolean)
Query_with_conditional_param_props_with_IReadOnlyCollection(Boolean)
Query_with_conditional_param_read_only_props_with_named_fields(Boolean)
Query_with_conditional_param_read_only_props(Boolean)
Query_with_conditional_param_write_only_props_with_named_fields(Boolean)
Query_with_conditional_param_write_only_props(Boolean)
Query_with_conditional_param<TPost>(String, Boolean)
Simple_query_auto_props(Boolean)
Simple_query_fields_only_for_navs_too(Boolean)
Simple_query_fields_only(Boolean)
Simple_query_full_props_with_named_fields(Boolean)
Simple_query_full_props(Boolean)
Simple_query_hiding_props(Boolean)
Simple_query_props_with_IReadOnlyCollection(Boolean)
Simple_query_read_only_props_with_named_fields(Boolean)
Simple_query_read_only_props(Boolean)
Simple_query_write_only_props_with_named_fields(Boolean)
Simple_query_write_only_props(Boolean)
Update_auto_props()
Update_fields_only_only_for_navs_too()
Update_fields_only()
Update_full_props_with_named_fields()
Update_full_props()
Update_hiding_props()
Update_props_with_IReadOnlyCollection()
Update_read_only_props_with_named_fields()
Update_read_only_props()
Update_write_only_props_with_named_fields()
Update_write_only_props()
UpdateAsync<TBlog>(String)
UseTransaction(DatabaseFacade, IDbContextTransaction)
net10.0-windows7.0
namespace Microsoft.EntityFrameworkCore
{
public abstract class FieldMappingTestBase<TFixture> : IClassFixture<TFixture>
where TFixture, new(), FieldMappingFixtureBase
{
[ConditionalTheory]
[InlineData(new[] { false })]
[InlineData(new[] { true })]
public virtual void Include_collection_fields_only_for_navs_too(bool tracking);
}
}
.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