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.

适用于