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

適用於