Propriété ExtensionContext.EntityFrameworkVersion
The targeted version of the Entity Framework .
Espace de noms: Microsoft.Data.Entity.Design.Extensibility
Assembly : Microsoft.Data.Entity.Design.Extensibility (dans microsoft.data.entity.design.extensibility.dll)
Utilisation
Syntaxe
'Déclaration
Public MustOverride ReadOnly Property EntityFrameworkVersion As Version
public abstract Version EntityFrameworkVersion { get; }
public:
virtual property Version^ EntityFrameworkVersion {
Version^ get () abstract;
}
/** @property */
public abstract Version get_EntityFrameworkVersion ()
public abstract function get EntityFrameworkVersion () : Version
Valeur de propriété
The targeted version of the Entity Framework .
Notes
A value of 1 corresponds to the Entity Framework version that was included in the .NET Framework version 3.5 SP1. A value of 2 corresponds to the Entity Framework version that was included in the .NET Framework 4.
Sécurité des threads
Tous les membres publics statiques (Partagés dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.
Plateformes
Plateformes de développement
Windows XP Édition familiale, Windows XP Professionnel, Windows Server 2003 , Windows Server 2008 et Windows 2000
Plateformes cibles
Voir aussi
Référence
Classe ExtensionContext
Membres ExtensionContext
Espace de noms Microsoft.Data.Entity.Design.Extensibility