다음을 통해 공유


PropertyExtensions.IsPrimaryKey(IProperty) 메서드

정의

주의

Use IReadOnlyProperty.IsPrimaryKey

이 속성이 기본 키(또는 복합 기본 키의 일부)로 사용되는지 여부를 나타내는 값을 가져옵니다.

public static bool IsPrimaryKey (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
[System.Obsolete("Use IReadOnlyProperty.IsPrimaryKey")]
public static bool IsPrimaryKey (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member IsPrimaryKey : Microsoft.EntityFrameworkCore.Metadata.IProperty -> bool
[<System.Obsolete("Use IReadOnlyProperty.IsPrimaryKey")>]
static member IsPrimaryKey : Microsoft.EntityFrameworkCore.Metadata.IProperty -> bool
<Extension()>
Public Function IsPrimaryKey (property As IProperty) As Boolean

매개 변수

property
IProperty

확인할 속성입니다.

반환

true 속성이 기본 키로 사용되면 이고, 그렇지 않으면 false입니다.

특성

적용 대상