Condividi tramite


Proprietà IDbModelCacheKeyProvider.CacheKey

[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]

Ottiene la chiave memorizzata nella cache associata al provider.

Spazio dei nomi:  System.Data.Entity.Infrastructure
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
ReadOnly Property CacheKey As String 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.String
Chiave memorizzata nella cache associata al provider.

Vedere anche

Riferimento

IDbModelCacheKeyProvider Interfaccia

Spazio dei nomi System.Data.Entity.Infrastructure