EfMigrator.

GetPendingMigrations() Method

Summary

Gets all migrations that are defined in the assembly but haven't been applied to the target database.
Namespace
Cake.EntityFramework.Migrator
Containing Type
EfMigrator

Syntax

public IEnumerable<string> GetPendingMigrations()

Return Value

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