다음을 통해 공유


PropertyExtensions.GetContainingPrimaryKey(IProperty) 메서드

정의

주의

Use FindContainingPrimaryKey()

이 속성을 사용하는 기본 키를 가져옵니다(이 속성이 포함된 복합 기본 키 포함).

public static Microsoft.EntityFrameworkCore.Metadata.IKey GetContainingPrimaryKey (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
[System.Obsolete("Use FindContainingPrimaryKey()")]
public static Microsoft.EntityFrameworkCore.Metadata.IKey GetContainingPrimaryKey (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetContainingPrimaryKey : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Metadata.IKey
[<System.Obsolete("Use FindContainingPrimaryKey()")>]
static member GetContainingPrimaryKey : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Metadata.IKey
<Extension()>
Public Function GetContainingPrimaryKey (property As IProperty) As IKey

매개 변수

property
IProperty

기본 키를 가져올 속성입니다.

반환

이 속성을 사용하는 주 속성이거나 null 기본 키의 일부가 아닌 경우 입니다.

특성

적용 대상