EntityCommand.EnablePlanCaching Propiedad

Definición

Obtiene o establece un valor que indica si el almacenamiento en caché del plan de consulta está habilitado.

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

Valor de propiedad

true si está habilitado el almacenamiento en caché del plan de consulta; si no, false.

Se aplica a