Ef6DatabaseUpdateExtensions.

ForceChanges(Ef6DatabaseUpdateSettings) Method

Summary

Specifies that data loss is acceptable during automatic migration of the database.

Syntax

public static Ef6DatabaseUpdateSettings ForceChanges(this Ef6DatabaseUpdateSettings settings)

Parameters

Name Type Description
settings Ef6DatabaseUpdateSettings The settings.

Return Value

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