다음을 통해 공유


IMutableModel.SetPropertyAccessMode 메서드

정의

PropertyAccessMode 이 모델의 모든 엔터티 형식 속성에 사용할 을 설정합니다.

public void SetPropertyAccessMode (Microsoft.EntityFrameworkCore.PropertyAccessMode? propertyAccessMode);
abstract member SetPropertyAccessMode : Nullable<Microsoft.EntityFrameworkCore.PropertyAccessMode> -> unit
Public Sub SetPropertyAccessMode (propertyAccessMode As Nullable(Of PropertyAccessMode))

매개 변수

propertyAccessMode
Nullable<PropertyAccessMode>

PropertyAccessMode모드 집합을 지우려면 또는 null 입니다.

설명

개별 엔터티 형식은 이 액세스 모드를 재정의할 수 있으며 엔터티 형식의 개별 속성은 엔터티 형식에 설정된 액세스 모드를 재정의할 수 있습니다. 여기에 설정된 값은 재정의가 지정되지 않은 모든 속성에 사용됩니다.

적용 대상