RuntimeForeignKey.IForeignKey.DeclaringEntityType 属性

定义

获取依赖实体类型。 这可能不同于在继承层次结构中定义关系派生类型时定义的类型 Properties (,因为属性可以在基类型上定义) 。

Microsoft.EntityFrameworkCore.Metadata.IEntityType Microsoft.EntityFrameworkCore.Metadata.IForeignKey.DeclaringEntityType { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.Microsoft.EntityFrameworkCore.Metadata.IForeignKey.DeclaringEntityType : Microsoft.EntityFrameworkCore.Metadata.IEntityType
 ReadOnly Property DeclaringEntityType As IEntityType Implements IForeignKey.DeclaringEntityType

属性值

实现

属性

适用于