IMigrationsCodeGenerator 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
用來產生移轉的程式碼。
public interface IMigrationsCodeGenerator
public interface IMigrationsCodeGenerator : Microsoft.EntityFrameworkCore.Design.ILanguageBasedService
type IMigrationsCodeGenerator = interface
type IMigrationsCodeGenerator = interface
interface ILanguageBasedService
Public Interface IMigrationsCodeGenerator
Public Interface IMigrationsCodeGenerator
Implements ILanguageBasedService
- 衍生
- 實作
備註
如需詳細資訊和範例,請參閱 資料庫移轉和 EF Core 設計階段服務 。
屬性
FileExtension |
取得應該使用的副檔名程式碼檔案。 |
Language |
取得此服務所支援的程式設計語言。 (繼承來源 ILanguageBasedService) |