Summary
Initalized the migrator with requred settings
Syntax
public void Initialize(string assemblyPath, string qualifiedDbConfigName, string connectionString, string connectionProvider, string appConfigPath)
Parameters
Name |
Type |
Description |
assemblyPath |
string |
the full path of the assembly the contains the DbConfiguration Class |
qualifiedDbConfigName |
string |
Full Qualified Name of the DbConfigurationClass that contains the migrations |
connectionString |
string |
ConnectionStringName or full connection string |
connectionProvider |
string |
Invaiant Name of the Ado.Net Connection Provider |
appConfigPath |
string |
|
Return Value