Share via


DbMigrationsConfiguration.MigrationsNamespace Property

[This page is specific to the Entity Framework version 6. The latest version is available as the 'Entity Framework' NuGet package. For more information about Entity Framework, see msdn.com/data/ef.]

Gets or sets the namespace used for code-based migrations.

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

Syntax

public string MigrationsNamespace { get; set; }

Property Value

Type: System.String

See Also

Reference

DbMigrationsConfiguration Class

System.Data.Entity.Migrations Namespace