EntityCommand.EnablePlanCaching Propriété

Définition

Obtient ou définit une valeur qui indique si la mise en cache d'un plan de requête est activée.

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

Valeur de propriété

true si la mise en cache du plan de requête est activée ; sinon, false.

S’applique à