DbMigrationsConfiguration.ContextKey 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定字串,用來區分屬於此組態的移轉,以及使用相同資料庫屬於其他組態的移轉。 此屬性可讓多個不同模型的移轉套用至單一資料庫。
public string ContextKey { get; set; }
member this.ContextKey : string with get, set
Public Property ContextKey As String