CSharpMigrationCodeGenerator 类   
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为基于代码的迁移生成 C# 代码。
public class CSharpMigrationCodeGenerator : System.Data.Entity.Migrations.Design.MigrationCodeGenerator[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Maintainability", "CA1506:AvoidExcessiveClassCoupling")]
public class CSharpMigrationCodeGenerator : System.Data.Entity.Migrations.Design.MigrationCodeGeneratortype CSharpMigrationCodeGenerator = class
    inherit MigrationCodeGeneratorPublic Class CSharpMigrationCodeGenerator
Inherits MigrationCodeGenerator- 继承
- 属性
构造函数
| CSharpMigrationCodeGenerator() | 为基于代码的迁移生成 C# 代码。 | 
属性
| AnnotationGenerators | 获取 AnnotationCodeGenerator 正在使用的实例。(继承自 MigrationCodeGenerator) |