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

适用于