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

屬性值

相關資料的預先提取載入選項。

備註

這個屬性會取得或設定選項,這些選項可用來定義延遲載入成員和相關集合成員資格的預先擷取行為。

適用於