MutableModelExtensions.SetPropertyAccessMode 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
SetPropertyAccessMode(IMutableModel, Nullable<PropertyAccessMode>) |
PropertyAccessMode 이 모델의 모든 엔터티 형식 속성에 사용할 을 설정합니다. 개별 엔터티 형식은 이 액세스 모드를 재정의할 수 있으며 엔터티 형식의 개별 속성은 엔터티 형식에 설정된 액세스 모드를 재정의할 수 있습니다. 여기에 설정된 값은 재정의가 지정되지 않은 모든 속성에 사용됩니다. |
SetPropertyAccessMode(IMutableModel, Nullable<PropertyAccessMode>) |
PropertyAccessMode 이 모델의 모든 엔터티 형식 속성에 사용할 을 설정합니다. 개별 엔터티 형식은 이 액세스 모드를 재정의할 수 있으며 엔터티 형식의 개별 속성은 엔터티 형식에 설정된 액세스 모드를 재정의할 수 있습니다. 여기에 설정된 값은 재정의가 지정되지 않은 모든 속성에 사용됩니다. |
SetPropertyAccessMode(IMutableModel, Nullable<PropertyAccessMode>)
PropertyAccessMode 이 모델의 모든 엔터티 형식 속성에 사용할 을 설정합니다.
개별 엔터티 형식은 이 액세스 모드를 재정의할 수 있으며 엔터티 형식의 개별 속성은 엔터티 형식에 설정된 액세스 모드를 재정의할 수 있습니다. 여기에 설정된 값은 재정의가 지정되지 않은 모든 속성에 사용됩니다.
public static void SetPropertyAccessMode (this Microsoft.EntityFrameworkCore.Metadata.IMutableModel model, Microsoft.EntityFrameworkCore.Metadata.PropertyAccessMode? propertyAccessMode);
static member SetPropertyAccessMode : Microsoft.EntityFrameworkCore.Metadata.IMutableModel * Nullable<Microsoft.EntityFrameworkCore.Metadata.PropertyAccessMode> -> unit
<Extension()>
Public Sub SetPropertyAccessMode (model As IMutableModel, propertyAccessMode As Nullable(Of PropertyAccessMode))
매개 변수
- model
- IMutableModel
액세스 모드를 설정할 모델입니다.
- propertyAccessMode
- Nullable<PropertyAccessMode>
PropertyAccessMode모드 집합을 지우는 또는 null입니다.
적용 대상
SetPropertyAccessMode(IMutableModel, Nullable<PropertyAccessMode>)
PropertyAccessMode 이 모델의 모든 엔터티 형식 속성에 사용할 을 설정합니다.
개별 엔터티 형식은 이 액세스 모드를 재정의할 수 있으며 엔터티 형식의 개별 속성은 엔터티 형식에 설정된 액세스 모드를 재정의할 수 있습니다. 여기에 설정된 값은 재정의가 지정되지 않은 모든 속성에 사용됩니다.
public static void SetPropertyAccessMode (this Microsoft.EntityFrameworkCore.Metadata.IMutableModel model, Microsoft.EntityFrameworkCore.PropertyAccessMode? propertyAccessMode);
static member SetPropertyAccessMode : Microsoft.EntityFrameworkCore.Metadata.IMutableModel * Nullable<Microsoft.EntityFrameworkCore.PropertyAccessMode> -> unit
<Extension()>
Public Sub SetPropertyAccessMode (model As IMutableModel, propertyAccessMode As Nullable(Of PropertyAccessMode))
매개 변수
- model
- IMutableModel
액세스 모드를 설정할 모델입니다.
- propertyAccessMode
- Nullable<PropertyAccessMode>
PropertyAccessMode모드 집합을 지우려면 또는 null
입니다.
적용 대상
Entity Framework