RelationalDbContextOptionsBuilder<TBuilder,TExtension>.MigrationsHistoryTable 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定用來記錄哪些移轉已套用至資料庫之資料表的名稱。
public virtual TBuilder MigrationsHistoryTable (string tableName, string schema = default);
public virtual TBuilder MigrationsHistoryTable (string tableName, string? schema = default);
abstract member MigrationsHistoryTable : string * string -> 'Builder
override this.MigrationsHistoryTable : string * string -> 'Builder
Public Overridable Function MigrationsHistoryTable (tableName As String, Optional schema As String = Nothing) As TBuilder
參數
- tableName
- String
資料表的名稱。
- schema
- String
資料表的結構描述。
傳回
TBuilder
相同的產生器實例,以便鏈結多個呼叫。
備註
如需詳細資訊和範例 ,請參閱資料庫移 轉。