ManyToManyLoadTestBase<TFixture>
ManyToManyLoadFixtureBase
ManyToManyLoadTestBase(TFixture)
ExpectLazyLoading
Fixture
Attached_collections_are_not_marked_as_loaded_unidirectional(EntityState, Boolean)
Attached_collections_are_not_marked_as_loaded(EntityState, Boolean)
ClearLog()
Load_collection_already_loaded_unidirectional(EntityState, Boolean)
Load_collection_already_loaded_untyped_unidirectional(EntityState, Boolean, CascadeTiming)
Load_collection_already_loaded_untyped(EntityState, Boolean, CascadeTiming)
Load_collection_already_loaded(EntityState, Boolean)
Load_collection_composite_key_unidirectional(EntityState, Boolean)
Load_collection_composite_key(EntityState, Boolean)
Load_collection_for_detached_throws_unidirectional(Boolean, QueryTrackingBehavior)
Load_collection_for_detached_throws(Boolean, QueryTrackingBehavior)
Load_collection_not_found_untyped_unidirectional(EntityState, Boolean)
Load_collection_not_found_untyped(EntityState, Boolean)
Load_collection_partially_loaded_no_explicit_join(EntityState, Boolean, Boolean)
Load_collection_partially_loaded_no_tracking(QueryTrackingBehavior)
Load_collection_partially_loaded(EntityState, Boolean, Boolean)
Load_collection_unidirectional(EntityState, QueryTrackingBehavior, Boolean)
Load_collection_untyped_unidirectional(EntityState, Boolean)
Load_collection_untyped(EntityState, Boolean)
Load_collection_using_Query_already_loaded_unidirectional(EntityState, Boolean)
Load_collection_using_Query_already_loaded_untyped_unidirectional(EntityState, Boolean, CascadeTiming)
Load_collection_using_Query_already_loaded_untyped(EntityState, Boolean, CascadeTiming)
Load_collection_using_Query_already_loaded(EntityState, Boolean)
Load_collection_using_Query_composite_key_unidirectional(EntityState, Boolean)
Load_collection_using_Query_composite_key(EntityState, Boolean)
Load_collection_using_Query_not_found_untyped_unidirectional(EntityState, Boolean)
Load_collection_using_Query_not_found_untyped(EntityState, Boolean)
Load_collection_using_Query_unidirectional(EntityState, Boolean)
Load_collection_using_Query_untyped_unidirectional(EntityState, Boolean)
Load_collection_using_Query_untyped(EntityState, Boolean)
Load_collection_using_Query_with_filtered_Include_and_projection_unidirectional(Boolean)
Load_collection_using_Query_with_filtered_Include_and_projection(Boolean)
Load_collection_using_Query_with_filtered_Include_unidirectional(Boolean)
Load_collection_using_Query_with_filtered_Include(Boolean)
Load_collection_using_Query_with_Include_for_inverse_unidirectional(Boolean)
Load_collection_using_Query_with_Include_for_inverse(Boolean)
Load_collection_using_Query_with_Include_for_same_collection(Boolean)
Load_collection_using_Query_with_Include_unidirectional(Boolean)
Load_collection_using_Query_with_Include(Boolean)
Load_collection_using_Query_with_join_unidirectional(Boolean)
Load_collection_using_Query_with_join(Boolean)
Load_collection_using_Query(EntityState, Boolean)
Load_collection(EntityState, QueryTrackingBehavior, Boolean)
Query_collection_for_detached_throws_unidirectional(QueryTrackingBehavior)
Query_collection_for_detached_throws(QueryTrackingBehavior)
Query_with_filtered_Include_marks_only_left_as_loaded_unidirectional(Boolean)
Query_with_filtered_Include_marks_only_left_as_loaded(Boolean)
Query_with_Include_marks_only_left_as_loaded_unidirectional(Boolean)
Query_with_Include_marks_only_left_as_loaded(Boolean)
RecordLog()
net10.0-windows7.0
namespace Microsoft.EntityFrameworkCore
{
public abstract class ManyToManyLoadTestBase<TFixture> : IClassFixture<TFixture!>
where TFixture, ManyToManyLoadFixtureBase!
{
[AsyncStateMachine(typeof(<Load_collection_partially_loaded>d__6))]
[ConditionalTheory]
[InlineData(new[] { EntityState.Unchanged, false, true })]
[InlineData(new[] { EntityState.Unchanged, false, false })]
[InlineData(new[] { EntityState.Added, false, true })]
[InlineData(new[] { EntityState.Added, false, false })]
[InlineData(new[] { EntityState.Modified, false, true })]
[InlineData(new[] { EntityState.Modified, false, false })]
[InlineData(new[] { EntityState.Deleted, false, true })]
[InlineData(new[] { EntityState.Deleted, false, false })]
[InlineData(new[] { EntityState.Detached, false, true })]
[InlineData(new[] { EntityState.Detached, false, false })]
[InlineData(new[] { EntityState.Unchanged, true, true })]
[InlineData(new[] { EntityState.Unchanged, true, false })]
[InlineData(new[] { EntityState.Added, true, true })]
[InlineData(new[] { EntityState.Added, true, false })]
[InlineData(new[] { EntityState.Modified, true, true })]
[InlineData(new[] { EntityState.Modified, true, false })]
[InlineData(new[] { EntityState.Deleted, true, true })]
[InlineData(new[] { EntityState.Deleted, true, false })]
[InlineData(new[] { EntityState.Detached, true, true })]
[InlineData(new[] { EntityState.Detached, true, false })]
public virtual Task! Load_collection_partially_loaded(EntityState state, bool forceIdentityResolution, 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