This content is part of a third party extension that is not supported by the Cake project.
                        For more information about this extension see Cake.EntityFramework6.
                            
	
		Summary
            Applies any pending migrations to the database using the specified 
		Ef6DatabaseUpdateSettings settings.
            - Assembly
- Cake.EntityFramework6 .dll 
- Namespace
- Cake.EntityFramework6 .Database 
- Containing Type
- Ef6Database Update Tool 
Syntax
public void Update(Ef6DatabaseUpdateSettings settings)Parameters
| Name | Type | Description | 
|---|---|---|
| settings | Ef6 | The settings. | 
Return Value
| Type | Description | 
|---|---|
| void | 
