共用方式為


DbMigrationsConfiguration.ContextKey 屬性

定義

取得或設定字串,用來區分屬於此組態的移轉,以及使用相同資料庫屬於其他組態的移轉。 此屬性可讓多個不同模型的移轉套用至單一資料庫。

public string ContextKey { get; set; }
member this.ContextKey : string with get, set
Public Property ContextKey As String

屬性值

適用於