다음을 통해 공유


ConventionPropertyBaseExtensions.GetPropertyAccessModeConfigurationSource 메서드

정의

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

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

매개 변수

property
IConventionPropertyBase

구성 원본을 찾을 속성입니다.

반환

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

적용 대상