Summary
    A set of Cake aliases for Entity Framework (not .NET Core) code-first migrations.
    
		- Namespace
 - Cake
.EntityFramework .CakeTranslation  - Base Types
 - 
									
- object
 
 
							graph TD
	Base0["object"]-->Type
	Type["EfAliases"]
class Type type-node
						
					Syntax
[CakeAliasCategory("EntityFramework")]
public static class EfAliases
	Attributes
| Type | Description | 
|---|---|
| CakeAliasCategory | 
Methods
| Name | Value | Summary | 
|---|---|---|
| CreateEfMigrator | 
								IEfMigrator | 
									 
     Creates a new EfMigrator for use in EF6 code-first migrations.
      
											static 
								 |