ExtensionContext.EntityFrameworkVersion プロパティ
The targeted version of the Entity Framework .
名前空間: Microsoft.Data.Entity.Design.Extensibility
アセンブリ: Microsoft.Data.Entity.Design.Extensibility (microsoft.data.entity.design.extensibility.dll 内)
使用方法
構文
'宣言
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
プロパティ値
The targeted version of the Entity Framework .
解説
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.
スレッド セーフ
この型の public static (Visual Basic では Shared) メンバーは、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 、Windows Server 2008、および Windows 2000
ターゲット プラットフォーム
参照
リファレンス
ExtensionContext クラス
ExtensionContext のメンバー
Microsoft.Data.Entity.Design.Extensibility 名前空間