共用方式為


EntityCommand.EnablePlanCaching 屬性

定義

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

public virtual bool EnablePlanCaching { get; set; }
member this.EnablePlanCaching : bool with get, set
Public Overridable Property EnablePlanCaching As Boolean

屬性值

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

適用於