DataContext.LoadOptions 속성

정의

DataLoadOptions에 연결된 DataContext를 가져오거나 설정합니다.

public:
 property System::Data::Linq::DataLoadOptions ^ LoadOptions { System::Data::Linq::DataLoadOptions ^ get(); void set(System::Data::Linq::DataLoadOptions ^ value); };
public System.Data.Linq.DataLoadOptions LoadOptions { get; set; }
member this.LoadOptions : System.Data.Linq.DataLoadOptions with get, set
Public Property LoadOptions As DataLoadOptions

속성 값

DataLoadOptions

관련 데이터에 대한 프리페치 로드 옵션입니다.

설명

이 속성은 지연 로드된 멤버 및 관련 컬렉션의 멤버 자격에 대한 프리페치 동작을 정의하는 데 사용되는 옵션을 가져오거나 설정합니다.

적용 대상