다음을 통해 공유


RuntimeProperty.IReadOnlyProperty.IsForeignKey 메서드

정의

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

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

반환

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

구현

특성

적용 대상