C# Class DbUp.Reboot.Engine.Preprocessors.StripSchemaPreprocessor

Used for database engines that do not support schema's, it will remove $schema$. from all scripts
Inheritance: IScriptPreprocessor
Afficher le fichier Open project: chriswill/DbUpReboot

Méthodes publiques

Méthode Description
Process ( string contents ) : string

Performs some preprocessing step on a script

Method Details

Process() public méthode

Performs some preprocessing step on a script
public Process ( string contents ) : string
contents string
Résultat string