DotNetCoreEfDatabaseUpdateSettings.

Migration Property

Summary

The target migration. If '0', all migrations will be reverted. If omitted, all pending migrations will be applied

Syntax

public string Migration { get; set; }

Value

Type Description
string