다음을 통해 공유


IProperty.DeclaringEntityType 속성

정의

주의

Use DeclaringType and cast to IEntityType or IComplexType

이 속성이 속한 엔터티 형식을 가져옵니다.

public Microsoft.EntityFrameworkCore.Metadata.IEntityType DeclaringEntityType { get; }
[System.Obsolete("Use DeclaringType and cast to IEntityType or IComplexType")]
public virtual Microsoft.EntityFrameworkCore.Metadata.IEntityType DeclaringEntityType { get; }
member this.DeclaringEntityType : Microsoft.EntityFrameworkCore.Metadata.IEntityType
[<System.Obsolete("Use DeclaringType and cast to IEntityType or IComplexType")>]
member this.DeclaringEntityType : Microsoft.EntityFrameworkCore.Metadata.IEntityType
Public ReadOnly Property DeclaringEntityType As IEntityType
Public Overridable ReadOnly Property DeclaringEntityType As IEntityType

속성 값

구현

특성

적용 대상