Partager via


EntityCommand.EnablePlanCaching, propriété

[Cette page concerne Entity Framework version 6. La dernière version est disponible sous le nom de package 'Entity Framework' NuGet. Pour plus d'informations sur Entity Framework, consultez msdn.com/data/ef.]

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

Espace de noms :  System.Data.Entity.Core.EntityClient
Assembly :  EntityFramework (dans EntityFramework.dll)

Syntaxe

'Déclaration
Public Overridable Property EnablePlanCaching As Boolean 
    Get 
    Set
'Utilisation
Dim instance As EntityCommand 
Dim value As Boolean 

value = instance.EnablePlanCaching

instance.EnablePlanCaching = value
public virtual bool EnablePlanCaching { get; set; }
public:
virtual property bool EnablePlanCaching {
    bool get ();
    void set (bool value);
}
abstract EnablePlanCaching : bool with get, set 
override EnablePlanCaching : bool with get, set
function get EnablePlanCaching () : boolean 
function set EnablePlanCaching (value : boolean)

Valeur de propriété

Type : System.Boolean
true si la mise en cache d'un plan de requête est activée ; sinon false.

Voir aussi

Référence

EntityCommand Classe

Espace de noms System.Data.Entity.Core.EntityClient