Ef6DatabaseUpdateSettings.

Source Property

Summary

Only valid with --script. 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 string Source { get; set; }

Value

Type Description
string