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이고, 그렇지 않으면 false입니다. 기본값은 true입니다.

적용 대상