次の方法で共有


ObjectQuery.EnablePlanCaching プロパティ

[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]

クエリ プランをキャッシュするかどうかを示す値を取得または設定します。

名前空間:  System.Data.Entity.Core.Objects
アセンブリ:  EntityFramework (EntityFramework.dll 内)

構文

'宣言
Public Property EnablePlanCaching As Boolean 
    Get 
    Set
'使用
Dim instance As ObjectQuery 
Dim value As Boolean 

value = instance.EnablePlanCaching

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

プロパティ値

型 : System.Boolean
クエリ プランをキャッシュするかどうかを示す値。

参照

参照

ObjectQuery クラス

System.Data.Entity.Core.Objects 名前空間