DbMigrationsConfiguration.ContextType プロパティ
[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]
移行するモデルを表す派生 DbContext を取得または設定します。
名前空間: System.Data.Entity.Migrations
アセンブリ: EntityFramework (EntityFramework.dll 内)
構文
'宣言
Public Property ContextType As Type
Get
Set
'使用
Dim instance As DbMigrationsConfiguration
Dim value As Type
value = instance.ContextType
instance.ContextType = value
public Type ContextType { get; set; }
public:
property Type^ ContextType {
Type^ get ();
void set (Type^ value);
}
member ContextType : Type with get, set
function get ContextType () : Type
function set ContextType (value : Type)
プロパティ値
型 : System.Type