IEfMigratorBackend.

GetPendingMigrations() Method

Summary

Gets all migrations that are defined in the assembly but haven't been applied to the target database.

Syntax

IEnumerable<string> GetPendingMigrations()

Return Value

Type Description
IEnumerable<string> List of pending migrations if any