C# Class Net.Sf.Dbdeploy.DbDeployer

Mostrar archivo Open project: brunomlopes/dbdeploy.net Class Usage Examples

Public Methods

Method Description
Execute ( DbDeployConfig config, TextWriter infoWriter ) : void

Executes the a database deployment with the specified config.

GenerateWelcomeString ( ) : string

Generates the welcome string.

Private Methods

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, TextWriter infoWriter ) : void

Validates the specified config.

Method Details

Execute() public method

Executes the a database deployment with the specified config.
SQLCMD mode can only be applied against an mssql database.
public Execute ( DbDeployConfig config, TextWriter infoWriter ) : void
config DbDeployConfig The config.
infoWriter System.IO.TextWriter The info writer.
return void

GenerateWelcomeString() public method

Generates the welcome string.
public GenerateWelcomeString ( ) : string
return string