Summary
    Gets all migrations that have been applied to the target database.
    
		- Namespace
 - Cake
.EntityFramework .Interfaces  - Containing Type
 - IEfMigrator
 
Syntax
IEnumerable<string> GetRemoteMigrations()
	Return Value
| Type | Description | 
|---|---|
| IEnumerable | 
					List of strings |