Ef6DatabaseUpdateExtensions.

ScriptChanges(Ef6DatabaseUpdateSettings) Method

Summary

Generate a SQL script rather than executing the pending changes directly.

Syntax

public static Ef6DatabaseUpdateSettings ScriptChanges(this Ef6DatabaseUpdateSettings settings)

Parameters

Name Type Description
settings Ef6DatabaseUpdateSettings The settings.

Return Value

Type Description
Ef6DatabaseUpdateSettings The settings instance with Script set to true.