Sdílet prostřednictvím


MigrationsCodeGenerator.GetNamespaces Metoda

Definice

Přetížení

GetNamespaces(IModel)

Získá obory názvů vyžadované IModelpro .

GetNamespaces(IEnumerable<MigrationOperation>)

Získá obory názvů vyžadované pro seznam MigrationOperation objektů.

GetNamespaces(IModel)

Zdroj:
MigrationsCodeGenerator.cs
Zdroj:
MigrationsCodeGenerator.cs
Zdroj:
MigrationsCodeGenerator.cs
Zdroj:
MigrationsCodeGenerator.cs
Zdroj:
MigrationsCodeGenerator.cs
Zdroj:
MigrationsCodeGenerator.cs
Zdroj:
MigrationsCodeGenerator.cs
Zdroj:
MigrationsCodeGenerator.cs
Zdroj:
MigrationsCodeGenerator.cs

Získá obory názvů vyžadované IModelpro .

protected virtual System.Collections.Generic.IEnumerable<string> GetNamespaces (Microsoft.EntityFrameworkCore.Metadata.IModel model);
abstract member GetNamespaces : Microsoft.EntityFrameworkCore.Metadata.IModel -> seq<string>
override this.GetNamespaces : Microsoft.EntityFrameworkCore.Metadata.IModel -> seq<string>
Protected Overridable Function GetNamespaces (model As IModel) As IEnumerable(Of String)

Parametry

model
IModel

Model.

Návraty

Obory názvů.

Platí pro

GetNamespaces(IEnumerable<MigrationOperation>)

Zdroj:
MigrationsCodeGenerator.cs
Zdroj:
MigrationsCodeGenerator.cs
Zdroj:
MigrationsCodeGenerator.cs
Zdroj:
MigrationsCodeGenerator.cs
Zdroj:
MigrationsCodeGenerator.cs
Zdroj:
MigrationsCodeGenerator.cs
Zdroj:
MigrationsCodeGenerator.cs
Zdroj:
MigrationsCodeGenerator.cs
Zdroj:
MigrationsCodeGenerator.cs

Získá obory názvů vyžadované pro seznam MigrationOperation objektů.

protected virtual System.Collections.Generic.IEnumerable<string> GetNamespaces (System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation> operations);
abstract member GetNamespaces : seq<Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation> -> seq<string>
override this.GetNamespaces : seq<Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation> -> seq<string>
Protected Overridable Function GetNamespaces (operations As IEnumerable(Of MigrationOperation)) As IEnumerable(Of String)

Parametry

operations
IEnumerable<MigrationOperation>

Operace.

Návraty

Obory názvů.

Platí pro