다음을 통해 공유


KeyDiscoveryConvention.DiscoverKeyProperties 메서드

정의

기본 키에 사용해야 하는 속성을 반환합니다.

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IConventionProperty> DiscoverKeyProperties (Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType, System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IConventionProperty> candidateProperties);
static member DiscoverKeyProperties : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType * seq<Microsoft.EntityFrameworkCore.Metadata.IConventionProperty> -> seq<Microsoft.EntityFrameworkCore.Metadata.IConventionProperty>
Public Shared Function DiscoverKeyProperties (entityType As IConventionEntityType, candidateProperties As IEnumerable(Of IConventionProperty)) As IEnumerable(Of IConventionProperty)

매개 변수

entityType
IConventionEntityType

엔터티 형식입니다.

candidateProperties
IEnumerable<IConventionProperty>

고려할 속성입니다.

반환

기본 키에 사용해야 하는 속성입니다.

적용 대상