다음을 통해 공유


ConventionTypeBaseExtensions.GetPropertyAccessModeConfigurationSource 메서드

정의

에 대한 구성 원본을 반환합니다 GetPropertyAccessMode(ITypeBase).

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetPropertyAccessModeConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionTypeBase entityType);
static member GetPropertyAccessModeConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionTypeBase -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetPropertyAccessModeConfigurationSource (entityType As IConventionTypeBase) As Nullable(Of ConfigurationSource)

매개 변수

entityType
IConventionTypeBase

액세스 모드를 설정할 형식입니다.

반환

의 구성 원본입니다 GetPropertyAccessMode(ITypeBase).

적용 대상