FlywayConfiguration.

AddClasspathLocation(string) Method

Summary

Adds location as a classpath location to Locations. The method automatically adds the required "classpath:" in front of location
Assembly
Cake.Flyway.dll
Namespace
Cake.Flyway
Containing Type
FlywayConfiguration

Syntax

public FlywayConfiguration AddClasspathLocation(string location)

Parameters

Name Type Description
location string Path to the classpath location

Return Value

Type Description
FlywayConfiguration