C# Class Net.Sf.Dbdeploy.DbDeployer

Afficher le fichier Open project: brunomlopes/dbdeploy.net Class Usage Examples

Méthodes publiques

Méthode Description
Execute ( DbDeployConfig config, TextWriter infoWriter ) : void

Executes the a database deployment with the specified config.

GenerateWelcomeString ( ) : string

Generates the welcome string.

Private Methods

Méthode 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 méthode

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.
Résultat void

GenerateWelcomeString() public méthode

Generates the welcome string.
public GenerateWelcomeString ( ) : string
Résultat string