DbMigrationsConfiguration.ContextKey プロパティ
[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]
この構成に属する移行と、同じデータベースを使用する他の構成に属する移行とを区別するための文字列を取得または設定します。 このプロパティを使用すると、複数の異なるモデルからの移行を単一のデータベースに適用することができます。
名前空間: System.Data.Entity.Migrations
アセンブリ: EntityFramework (EntityFramework.dll 内)
構文
'宣言
Public Property ContextKey As String
Get
Set
'使用
Dim instance As DbMigrationsConfiguration
Dim value As String
value = instance.ContextKey
instance.ContextKey = value
public string ContextKey { get; set; }
public:
property String^ ContextKey {
String^ get ();
void set (String^ value);
}
member ContextKey : string with get, set
function get ContextKey () : String
function set ContextKey (value : String)
プロパティ値
型 : System.String