ExtensionContext.EntityFrameworkVersion-Eigenschaft
The targeted version of the Entity Framework .
Namespace: Microsoft.Data.Entity.Design.Extensibility
Assembly: Microsoft.Data.Entity.Design.Extensibility (in microsoft.data.entity.design.extensibility.dll)
Verwendung
Syntax
'Declaration
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
Eigenschaftswert
The targeted version of the Entity Framework .
Hinweise
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.
Threadsicherheit
Alle öffentlichen statischen (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht sichergestellt.
Plattformen
Entwicklungsplattformen
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008 und Windows 2000
Zielplattformen
Siehe auch
Verweis
ExtensionContext-Klasse
ExtensionContext-Member
Microsoft.Data.Entity.Design.Extensibility-Namespace