다음을 통해 공유


RelationalKeyExtensions.GetNameConfigurationSource(IConventionKey) 메서드

정의

ConfigurationSource 제약 조건 이름의 를 가져옵니다.

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetNameConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionKey key);
static member GetNameConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionKey -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetNameConfigurationSource (key As IConventionKey) As Nullable(Of ConfigurationSource)

매개 변수

key
IConventionKey

키입니다.

반환

ConfigurationSource 제약 조건 이름의 입니다.

적용 대상