DbMigrationsConfiguration.MigrationsNamespace Property

 

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

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

public string MigrationsNamespace {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
}

Property Value

Type: System.String