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) |