다음을 통해 공유


ConventionModelExtensions.GetPropertyAccessModeConfigurationSource 메서드

정의

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

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

매개 변수

model
IConventionModel

구성 원본을 찾을 모델입니다.

반환

에 대한 구성 원본입니다 GetPropertyAccessMode(IModel).

적용 대상