CSharpMigrationsGenerator 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于生成迁移的 C# 代码。
public class CSharpMigrationsGenerator : Microsoft.EntityFrameworkCore.Migrations.Design.MigrationsCodeGenerator
type CSharpMigrationsGenerator = class
inherit MigrationsCodeGenerator
Public Class CSharpMigrationsGenerator
Inherits MigrationsCodeGenerator
- 继承
注解
有关详细信息和示例,请参阅 数据库迁移和 EF Core 设计时服务 。
构造函数
属性
CSharpDependencies |
此服务的依赖项。 |
Dependencies |
此服务的依赖项。 (继承自 MigrationsCodeGenerator) |
FileExtension |
获取文件应使用的文件扩展名代码。 |
Language |
获取此服务支持的编程语言。 |
Language |
获取此服务支持的编程语言。 (继承自 MigrationsCodeGenerator) |