IReadOnlyEntityType.DefiningEntityType 属性

定义

注意

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

获取定义实体类型。

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

属性值

属性

适用于