Method | Description | |
---|---|---|
Execute ( DbDeployConfig config, |
Executes the a database deployment with the specified config.
|
|
GenerateWelcomeString ( ) : string |
Generates the welcome string.
|
Method | Description | |
---|---|---|
CheckForRequiredParameter ( object parameterValue, string parameterName ) : void |
Checks for required parameter.
|
|
CheckForRequiredParameter ( string parameterValue, string parameterName ) : void |
Checks for required parameter.
|
|
Validate ( DbDeployConfig config, |
Validates the specified config.
|
public Execute ( DbDeployConfig config, |
||
config | DbDeployConfig | The config. |
infoWriter | The info writer. | |
return | void |