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.FluentMigrator.
Summary
Executes FluentMigrator using the specified settings.
Syntax
public static void FluentMigrator(this ICakeContext context, FluentMigratorSettings settings)
Examples
FluentMigrator(new FluentMigratorSettings{
Connection = "Data Source=.\\sqlexpress;Initial Catalog=DataBase;integrated security=true",
Provider= "sqlserver",
Assembly = "./My.Migrations/bin/Debug/My.Migrations.dll"
});
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Return Value