ObjectContextOptions.LazyLoadingEnabled 속성

정의

탐색 속성에 액세스할 때 관련 개체가 자동으로 로드되는지 여부를 결정하는 부울 값을 가져오거나 설정합니다.

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

속성 값

true지연 로드를 사용하도록 설정하면 이고, 그렇지 않으면 . false

적용 대상