다음을 통해 공유


PropertyExtensions.IsKey(IProperty) 메서드

정의

주의

Use IReadOnlyProperty.IsKey

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

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

매개 변수

property
IProperty

확인할 속성입니다.

반환

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

특성

적용 대상