DbMigrationsConfiguration.MigrationsNamespace-Eigenschaft
[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]
Ruft den für codebasierte Migrationen verwendeten Namespace ab oder legt ihn fest.
Namespace: System.Data.Entity.Migrations
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Public Property MigrationsNamespace As String
Get
Set
'Usage
Dim instance As DbMigrationsConfiguration
Dim value As String
value = instance.MigrationsNamespace
instance.MigrationsNamespace = value
public string MigrationsNamespace { get; set; }
public:
property String^ MigrationsNamespace {
String^ get ();
void set (String^ value);
}
member MigrationsNamespace : string with get, set
function get MigrationsNamespace () : String
function set MigrationsNamespace (value : String)
Eigenschaftswert
Typ: System.String