다음을 통해 공유


RuntimeProperty.IReadOnlyProperty.IsKey 메서드

정의

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

[System.Diagnostics.DebuggerStepThrough]
bool IReadOnlyProperty.IsKey ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty.IsKey : unit -> bool
override this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty.IsKey : unit -> bool
Function IsKey () As Boolean Implements IReadOnlyProperty.IsKey

반환

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

구현

특성

적용 대상