EntityCommand.EnablePlanCaching-Eigenschaft
[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]
Ruft einen Wert ab bzw. legt einen Wert fest, der angibt, ob das Abfrageplan-Caching aktiviert ist.
Namespace: System.Data.Entity.Core.EntityClient
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Public Overridable Property EnablePlanCaching As Boolean
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System.Boolean
true, wenn das Abfrageplan-Caching aktiviert ist, andernfalls false.