次の方法で共有


IDbModelCacheKeyProvider.CacheKey プロパティ

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

プロバイダーに関連付けられたキャッシュされたキーを取得します。

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

構文

'宣言
ReadOnly Property CacheKey As String 
    Get
'使用
Dim instance As IDbModelCacheKeyProvider 
Dim value As String 

value = instance.CacheKey
string CacheKey { get; }
property String^ CacheKey {
    String^ get ();
}
abstract CacheKey : string
function get CacheKey () : String

プロパティ値

型 : System.String
プロバイダーに関連付けられたキャッシュされたキー。

参照

参照

IDbModelCacheKeyProvider Interface

System.Data.Entity.Infrastructure 名前空間