Ef6DatabaseUpdateExtensions.

SetMigrationsConfigurationType(Ef6DatabaseUpdateSettings, string) Method

Summary

Specifies the migrations configuration (TYPE) to use. If omitted, migrations will attempt to locate a single migrations configuration type in the target project.

Syntax

public static Ef6DatabaseUpdateSettings SetMigrationsConfigurationType(this Ef6DatabaseUpdateSettings settings, string migrationsConfigurationType)

Parameters

Name Type Description
settings Ef6DatabaseUpdateSettings The settings.
migrationsConfigurationType string Language the Migrations Request is coded in.

Return Value

Type Description
Ef6DatabaseUpdateSettings The settings instance with MigrationsConfigurationType set to migrationsConfigurationType.