ObjectContextOptions.ProxyCreationEnabled 속성

정의

지속성이 무시되는 사용자 지정 데이터 클래스에 대해 프록시 인스턴스가 생성되는지 여부를 결정하는 부울 값을 가져오거나 설정합니다.

public:
 property bool ProxyCreationEnabled { bool get(); void set(bool value); };
public bool ProxyCreationEnabled { get; set; }
member this.ProxyCreationEnabled : bool with get, set
Public Property ProxyCreationEnabled As Boolean

속성 값

프록시가 만들어지면 기본값은 true입니다.

적용 대상