View Source
Class SqlServerMigrationProvider
Inheritance
System.Object
Assembly: Umbraco.Cms.Persistence.EFCore.SqlServer.dll
Syntax
public class SqlServerMigrationProvider : IMigrationProvider
Constructors
View Source
SqlServerMigrationProvider(IDbContextFactory<UmbracoDbContext>)
Declaration
public SqlServerMigrationProvider(IDbContextFactory<UmbracoDbContext> dbContextFactory)
Parameters
Properties
View Source
ProviderName
Declaration
public string ProviderName { get; }
Property Value
Type |
Description |
System.String |
|
Methods
View Source
MigrateAllAsync()
Declaration
public async Task MigrateAllAsync()
Returns
View Source
MigrateAsync(EFCoreMigration)
Declaration
public async Task MigrateAsync(EFCoreMigration migration)
Parameters
Type |
Name |
Description |
EFCoreMigration |
migration |
|
Returns