DbMigrationsConfiguration.AutomaticMigrationsEnabled Property

 

Gets or sets a value indicating if automatic migrations can be used when migrating the database.

Namespace:   System.Data.Entity.Migrations
Assembly:  EntityFramework (in EntityFramework.dll)

public bool AutomaticMigrationsEnabled {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
}

Property Value

Type: System.Boolean