共用方式為


MigrationScaffolder.Namespace 屬性

定義

取得或設定移轉產生的程式碼中使用的命名空間。 根據預設,這與傳遞至建構函式的移轉組態物件上的 MigrationsNamespace 相同。 針對 VB.NET 專案,這必須更新,才能將專案的根命名空間納入考慮。

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

屬性值

適用於