Esempio n. 1
0
 private void ConfigureRunner(ToolingFacade.BaseRunner runner)
 {
     runner.MigrationsAssemblyName = this._migrationsAssemblyName;
     runner.ContextAssemblyName    = this._contextAssemblyName;
     runner.ConfigurationTypeName  = this._configurationTypeName;
     runner.ConnectionStringInfo   = this._connectionStringInfo;
     runner.Log = new ToolingFacade.ToolLogger(this);
 }
Esempio n. 2
0
 private void Run(ToolingFacade.BaseRunner runner)
 {
     this._appDomain.DoCallBack(new CrossAppDomainDelegate(runner.Run));
 }