共用方式為


OwnedTypesConvention 類別

定義

警告

Entity types with defining navigations have been replaced by shared-type entity types

將導覽定義為擁有實體類型的慣例,在沒有定義此類型只有一個巡覽的情況下定義導覽。

public class OwnedTypesConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IEntityTypeRemovedConvention
[System.Obsolete("Entity types with defining navigations have been replaced by shared-type entity types")]
public class OwnedTypesConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IEntityTypeRemovedConvention
type OwnedTypesConvention = class
    interface IEntityTypeRemovedConvention
    interface IConvention
[<System.Obsolete("Entity types with defining navigations have been replaced by shared-type entity types")>]
type OwnedTypesConvention = class
    interface IEntityTypeRemovedConvention
    interface IConvention
Public Class OwnedTypesConvention
Implements IEntityTypeRemovedConvention
繼承
OwnedTypesConvention
屬性
實作

備註

如需詳細資訊,請參閱 模型建置慣例

建構函式

OwnedTypesConvention(ProviderConventionSetBuilderDependencies)
已淘汰.

建立 OwnedTypesConvention 的新執行個體。

屬性

Dependencies
已淘汰.

此服務的相依性。

方法

ProcessEntityTypeRemoved(IConventionModelBuilder, IConventionEntityType, IConventionContext<IConventionEntityType>)
已淘汰.

從模型中移除實體類型之後呼叫。

適用於