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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework