RelationalOptionsExtension.WithMigrationsHistoryTableName(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用與這個實例相同的所有選項建立新的實例,但已變更指定的選項。 直接呼叫這個方法並不常見。 請改用 DbContextOptionsBuilder 。
public virtual Microsoft.EntityFrameworkCore.Infrastructure.RelationalOptionsExtension WithMigrationsHistoryTableName (string migrationsHistoryTableName);
public virtual Microsoft.EntityFrameworkCore.Infrastructure.RelationalOptionsExtension WithMigrationsHistoryTableName (string? migrationsHistoryTableName);
abstract member WithMigrationsHistoryTableName : string -> Microsoft.EntityFrameworkCore.Infrastructure.RelationalOptionsExtension
override this.WithMigrationsHistoryTableName : string -> Microsoft.EntityFrameworkCore.Infrastructure.RelationalOptionsExtension
Public Overridable Function WithMigrationsHistoryTableName (migrationsHistoryTableName As String) As RelationalOptionsExtension
參數
- migrationsHistoryTableName
- String
要變更的選項。
傳回
選項已變更的新實例。