IMigrationsSqlGenerator 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
用來產生 MigrationCommand 物件的服務,然後可從 清單 MigrationOperation 執行或編寫腳本。
public interface IMigrationsSqlGenerator
type IMigrationsSqlGenerator = interface
Public Interface IMigrationsSqlGenerator
- 衍生
備註
服務存留期為 Scoped 。 這表示每個 DbContext 實例都會使用此服務自己的實例。 實作可能相依于任何存留期註冊的其他服務。 實作不需要安全線程。
如需詳細資訊和範例 ,請參閱資料庫移 轉。
方法
Generate(IReadOnlyList<MigrationOperation>, IModel, MigrationsSqlGenerationOptions) |
從作業清單產生命令。 |
Generate(IReadOnlyList<MigrationOperation>, IModel) |
從作業清單產生命令。 |