IMutableEntityType.DefiningEntityType 属性

定义

注意

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

获取定义实体类型。

public Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType DefiningEntityType { get; }
[System.Obsolete("Entity types with defining navigations have been replaced by shared-type entity types")]
public virtual Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType? DefiningEntityType { get; }
member this.DefiningEntityType : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType
[<System.Obsolete("Entity types with defining navigations have been replaced by shared-type entity types")>]
member this.DefiningEntityType : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType
Public ReadOnly Property DefiningEntityType As IMutableEntityType
Public Overridable ReadOnly Property DefiningEntityType As IMutableEntityType

属性值

属性

适用于