다음을 통해 공유


RuntimeEntityType.IEntityType.GetDeclaredKeys 메서드

정의

지정된 IReadOnlyEntityType에 선언된 모든 키를 가져옵니다.

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

반환

선언된 키입니다.

구현

특성

적용 대상