NavigationEagerLoadingConvention 建構函式
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立 NavigationEagerLoadingConvention 的新執行個體。
C#
public NavigationEagerLoadingConvention (Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies dependencies);
new Microsoft.EntityFrameworkCore.Metadata.Conventions.NavigationEagerLoadingConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies -> Microsoft.EntityFrameworkCore.Metadata.Conventions.NavigationEagerLoadingConvention
Public Sub New (dependencies As ProviderConventionSetBuilderDependencies)
- dependencies
- ProviderConventionSetBuilderDependencies
包含此慣例相依性的參數物件。
產品 | 版本 |
---|---|
Entity Framework Core | 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |