MigrationCommandListBuilder 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
MigrationCommandListBuilder(MigrationsSqlGeneratorDependencies) |
Creates a new instance of the builder. |
MigrationCommandListBuilder(IRelationalCommandBuilderFactory) |
Creates a new instance of the builder. |
MigrationCommandListBuilder(MigrationsSqlGeneratorDependencies)
Creates a new instance of the builder.
public MigrationCommandListBuilder (Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGeneratorDependencies dependencies);
new Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder : Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGeneratorDependencies -> Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder
Public Sub New (dependencies As MigrationsSqlGeneratorDependencies)
Parameters
- dependencies
- MigrationsSqlGeneratorDependencies
Dependencies needed for SQL generations.
Applies to
MigrationCommandListBuilder(IRelationalCommandBuilderFactory)
Creates a new instance of the builder.
public MigrationCommandListBuilder (Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilderFactory commandBuilderFactory);
new Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder : Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilderFactory -> Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder
Public Sub New (commandBuilderFactory As IRelationalCommandBuilderFactory)
Parameters
- commandBuilderFactory
- IRelationalCommandBuilderFactory
A factory used to create the underlying IRelationalCommandBuilder which is used to build commands.
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