Ef6DatabaseUpdateExtensions.

WithSource(Ef6DatabaseUpdateSettings, string) Method

Summary

Specifies the name of a particular migration to use as the update's starting point. If omitted, the last applied migration in the database will be used.

Syntax

public static Ef6DatabaseUpdateSettings WithSource(this Ef6DatabaseUpdateSettings settings, string source)

Parameters

Name Type Description
settings Ef6DatabaseUpdateSettings The settings.
source string Destination directory path.

Return Value

Type Description
Ef6DatabaseUpdateSettings The settings instance with Source set to source.