다음을 통해 공유


RuntimeProperty.IReadOnlyProperty.GetContainingKeys 메서드

정의

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

[System.Diagnostics.DebuggerStepThrough]
System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyKey> IReadOnlyProperty.GetContainingKeys ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty.GetContainingKeys : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyKey>
override this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty.GetContainingKeys : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyKey>
Function GetContainingKeys () As IEnumerable(Of IReadOnlyKey) Implements IReadOnlyProperty.GetContainingKeys

반환

이 속성을 사용하는 기본 및 대체 키입니다.

구현

특성

적용 대상