Partager via


IDbModelCacheKeyProvider.CacheKey, propriété

[Cette page concerne Entity Framework version 6. La dernière version est disponible sous le nom de package 'Entity Framework' NuGet. Pour plus d'informations sur Entity Framework, consultez msdn.com/data/ef.]

Obtient la clé mise en cache associée au fournisseur.

Espace de noms :  System.Data.Entity.Infrastructure
Assembly :  EntityFramework (dans EntityFramework.dll)

Syntaxe

'Déclaration
ReadOnly Property CacheKey As String 
    Get
'Utilisation
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

Valeur de propriété

Type : System.String
Clé mise en cache associée au fournisseur.

Voir aussi

Référence

IDbModelCacheKeyProvider Interface

Espace de noms System.Data.Entity.Infrastructure