Skip to content
Jaxelr edited this page Dec 18, 2016 · 1 revision

Test Runs

You can use the SchemaInstaller.DryRun method to test whether any changes need to be made to the target database. DryRun will return the scripts that would be executed to upgrade the database.

string scripts = installer.ScriptChanges("schemaGroup", schemaObjectCollection);
Clone this wiki locally