MutablePropertyBaseExtensions 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
Use IMutablePropertyBase
IMutablePropertyBase에 대한 확장 메서드입니다.
public static class MutablePropertyBaseExtensions
[System.Obsolete("Use IMutablePropertyBase")]
public static class MutablePropertyBaseExtensions
type MutablePropertyBaseExtensions = class
[<System.Obsolete("Use IMutablePropertyBase")>]
type MutablePropertyBaseExtensions = class
Public Module MutablePropertyBaseExtensions
Public Class MutablePropertyBaseExtensions
- 상속
-
MutablePropertyBaseExtensions
- 특성
메서드
SetField(IMutablePropertyBase, String) |
사용되지 않음.
이 속성에서 사용해야 하는 기본 CLR 필드를 설정합니다. 지원 필드는 일반적으로 여기에 설명된 대로 규칙에 따라 찾을 수 있습니다. http://go.microsoft.com/fwlink/?LinkId=723277. 이 메서드는 규칙에 따라 올바른 필드를 찾을 수 없는 경우 지원 필드를 명시적으로 설정하는 데 유용합니다. 기본적으로 백업 필드가 찾거나 지정된 경우 새 개체가 생성될 때 일반적으로 데이터베이스에서 엔터티를 쿼리할 때 사용됩니다. 속성은 다른 모든 액세스에 사용됩니다. 를 호출 SetPropertyAccessMode(IMutablePropertyBase, Nullable<PropertyAccessMode>)하여 변경할 수 있습니다. |
SetPropertyAccessMode(IMutablePropertyBase, Nullable<PropertyAccessMode>) |
사용되지 않음.
이 속성에 PropertyAccessMode 사용할 를 설정합니다. |
SetPropertyAccessMode(IMutablePropertyBase, Nullable<PropertyAccessMode>) |
사용되지 않음.
이 속성에 PropertyAccessMode 사용할 를 설정합니다. |
적용 대상
Entity Framework