WithConstructorsTestBase<TFixture>
Blog
BlogAsImmutableRecord
BlogQuery
HasContext<TContext>
HasContextPc<TContext>
HasContextProperty<TContext>
HasEntityType
HasEntityTypePc
HasEntityTypeProperty
HasStateManager
HasStateManagerPc
HasStateManagerProperty
LazyAsyncBlog
LazyAsyncPocoBlog
LazyAsyncPocoPost
LazyAsyncPost
LazyAsyncPsBlog
LazyAsyncPsPost
LazyBlog
LazyFieldBlog
LazyFieldPost
LazyPcBlog
LazyPcPost
LazyPcsBlog
LazyPcsPost
LazyPocoBlog
LazyPocoPost
LazyPost
LazyPropertyBlog
LazyPropertyPost
LazyPsBlog
LazyPsPost
OtherContext
Post
WithConstructorsContext
WithConstructorsFixtureBase
WithConstructorsTestBase(TFixture)
Fixture
Add_immutable_record()
Attaching_entity_sets_context()
Attaching_entity_sets_EntityType()
Attaching_entity_sets_lazy_loader_delegate()
Attaching_entity_sets_lazy_loader_field()
Attaching_entity_sets_lazy_loader()
Attaching_entity_sets_StateManager()
CreateContext()
Detaching_entity_resets_lazy_loader_delegate_so_it_can_be_reattached()
Detaching_entity_resets_lazy_loader_field_so_it_can_be_reattached()
Detaching_entity_resets_lazy_loader_so_it_can_be_reattached()
Query_and_update_using_constructors_with_property_parameters()
Query_with_context_injected_into_constructor_with_property()
Query_with_context_injected_into_property()
Query_with_context_injected()
Query_with_EntityType_injected_into_constructor_with_property()
Query_with_EntityType_injected_into_property()
Query_with_EntityType_injected()
Query_with_keyless_type()
Query_with_loader_delegate_injected_for_collections_async()
Query_with_loader_delegate_injected_for_reference_async()
Query_with_loader_delegate_injected_into_property_for_collections_async()
Query_with_loader_delegate_injected_into_property_for_reference_async()
Query_with_loader_delegate_injected_into_property_for_reference()
Query_with_loader_delegate_injected_into_property_via_constructor_for_collections()
Query_with_loader_delegate_injected_into_property_via_constructor_for_reference()
Query_with_loader_delgate_injected_into_property_for_collections()
Query_with_loader_injected_for_collections_async()
Query_with_loader_injected_for_collections()
Query_with_loader_injected_for_reference_async()
Query_with_loader_injected_for_reference()
Query_with_loader_injected_into_field_for_collections()
Query_with_loader_injected_into_field_for_reference()
Query_with_loader_injected_into_property_for_collections()
Query_with_loader_injected_into_property_for_reference()
Query_with_loader_injected_into_property_via_constructor_for_collections()
Query_with_loader_injected_into_property_via_constructor_for_reference()
Query_with_POCO_loader_injected_for_collections()
Query_with_POCO_loader_injected_for_reference()
Query_with_StateManager_injected_into_constructor_with_property()
Query_with_StateManager_injected_into_property()
Query_with_StateManager_injected()
UseTransaction(DatabaseFacade, IDbContextTransaction)
net10.0-windows7.0
namespace Microsoft.EntityFrameworkCore
{
public abstract class WithConstructorsTestBase<TFixture> : IClassFixture<TFixture>
where TFixture, new(), WithConstructorsFixtureBase
{
[ConditionalFact]
public virtual void Query_with_loader_injected_for_collections();
}
}
.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