EntityCommand.EnablePlanCaching Property

 

Gets or sets a value that indicates whether the query plan caching is enabled.

Namespace:   System.Data.Entity.Core.EntityClient
Assembly:  EntityFramework (in EntityFramework.dll)

public virtual bool EnablePlanCaching { get; set; }

Property Value

Type: System.Boolean

true if the query plan caching is enabled; otherwise, false.