CSharpMigrationOperationGenerator Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CSharpMigrationOperationGenerator(CSharpHelper) | |
CSharpMigrationOperationGenerator(CSharpMigrationOperationGeneratorDependencies) |
Initializes a new instance of the CSharpMigrationOperationGenerator class. |
CSharpMigrationOperationGenerator(CSharpHelper)
public CSharpMigrationOperationGenerator (Microsoft.EntityFrameworkCore.Migrations.Design.CSharpHelper codeHelper);
new Microsoft.EntityFrameworkCore.Migrations.Design.CSharpMigrationOperationGenerator : Microsoft.EntityFrameworkCore.Migrations.Design.CSharpHelper -> Microsoft.EntityFrameworkCore.Migrations.Design.CSharpMigrationOperationGenerator
Public Sub New (codeHelper As CSharpHelper)
Parameters
- codeHelper
- CSharpHelper
Applies to
CSharpMigrationOperationGenerator(CSharpMigrationOperationGeneratorDependencies)
Initializes a new instance of the CSharpMigrationOperationGenerator class.
public CSharpMigrationOperationGenerator (Microsoft.EntityFrameworkCore.Migrations.Design.CSharpMigrationOperationGeneratorDependencies dependencies);
new Microsoft.EntityFrameworkCore.Migrations.Design.CSharpMigrationOperationGenerator : Microsoft.EntityFrameworkCore.Migrations.Design.CSharpMigrationOperationGeneratorDependencies -> Microsoft.EntityFrameworkCore.Migrations.Design.CSharpMigrationOperationGenerator
Public Sub New (dependencies As CSharpMigrationOperationGeneratorDependencies)
Parameters
- dependencies
- CSharpMigrationOperationGeneratorDependencies
The dependencies.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework