EntityCommand.EnablePlanCaching 屬性

定義

取得或設定值,指出查詢計劃快取是否已啟用。

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

屬性值

如果已啟用查詢計畫快取則為 true,否則為 false

適用於