CSharpMigrationsGenerator 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
CSharpMigrationsGenerator(MigrationsCodeGeneratorDependencies, CSharpMigrationsGeneratorDependencies)
- Source:
- CSharpMigrationsGenerator.cs
- Source:
- CSharpMigrationsGenerator.cs
- Source:
- CSharpMigrationsGenerator.cs
- Source:
- CSharpMigrationsGenerator.cs
- Source:
- CSharpMigrationsGenerator.cs
- Source:
- CSharpMigrationsGenerator.cs
- Source:
- CSharpMigrationsGenerator.cs
- Source:
- CSharpMigrationsGenerator.cs
- Source:
- CSharpMigrationsGenerator.cs
初始化 CSharpMigrationsGenerator 类的新实例。
public CSharpMigrationsGenerator (Microsoft.EntityFrameworkCore.Migrations.Design.MigrationsCodeGeneratorDependencies dependencies, Microsoft.EntityFrameworkCore.Migrations.Design.CSharpMigrationsGeneratorDependencies csharpDependencies);
new Microsoft.EntityFrameworkCore.Migrations.Design.CSharpMigrationsGenerator : Microsoft.EntityFrameworkCore.Migrations.Design.MigrationsCodeGeneratorDependencies * Microsoft.EntityFrameworkCore.Migrations.Design.CSharpMigrationsGeneratorDependencies -> Microsoft.EntityFrameworkCore.Migrations.Design.CSharpMigrationsGenerator
Public Sub New (dependencies As MigrationsCodeGeneratorDependencies, csharpDependencies As CSharpMigrationsGeneratorDependencies)
参数
- dependencies
- MigrationsCodeGeneratorDependencies
基本依赖项。
- csharpDependencies
- CSharpMigrationsGeneratorDependencies
依赖项。
适用于
CSharpMigrationsGenerator(CSharpHelper, CSharpMigrationOperationGenerator, CSharpSnapshotGenerator)
public CSharpMigrationsGenerator (Microsoft.EntityFrameworkCore.Migrations.Design.CSharpHelper codeHelper, Microsoft.EntityFrameworkCore.Migrations.Design.CSharpMigrationOperationGenerator operationGenerator, Microsoft.EntityFrameworkCore.Migrations.Design.CSharpSnapshotGenerator modelGenerator);
new Microsoft.EntityFrameworkCore.Migrations.Design.CSharpMigrationsGenerator : Microsoft.EntityFrameworkCore.Migrations.Design.CSharpHelper * Microsoft.EntityFrameworkCore.Migrations.Design.CSharpMigrationOperationGenerator * Microsoft.EntityFrameworkCore.Migrations.Design.CSharpSnapshotGenerator -> Microsoft.EntityFrameworkCore.Migrations.Design.CSharpMigrationsGenerator
Public Sub New (codeHelper As CSharpHelper, operationGenerator As CSharpMigrationOperationGenerator, modelGenerator As CSharpSnapshotGenerator)
参数
- codeHelper
- CSharpHelper
- operationGenerator
- CSharpMigrationOperationGenerator
- modelGenerator
- CSharpSnapshotGenerator