DataContext.LoadOptions 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定與這個 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
屬性值
相關資料的預先提取載入選項。
備註
這個屬性會取得或設定選項,這些選項可用來定義延遲載入成員和相關集合成員資格的預先擷取行為。