Udostępnij za pośrednictwem


MigrationsCodeGenerator.GetNamespaces Metoda

Definicja

Przeciążenia

GetNamespaces(IModel)

Pobiera przestrzenie nazw wymagane dla elementu IModel.

GetNamespaces(IEnumerable<MigrationOperation>)

Pobiera przestrzenie nazw wymagane dla listy MigrationOperation obiektów.

GetNamespaces(IModel)

Źródło:
MigrationsCodeGenerator.cs
Źródło:
MigrationsCodeGenerator.cs
Źródło:
MigrationsCodeGenerator.cs
Źródło:
MigrationsCodeGenerator.cs
Źródło:
MigrationsCodeGenerator.cs
Źródło:
MigrationsCodeGenerator.cs
Źródło:
MigrationsCodeGenerator.cs
Źródło:
MigrationsCodeGenerator.cs
Źródło:
MigrationsCodeGenerator.cs

Pobiera przestrzenie nazw wymagane dla elementu IModel.

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.

Zwraca

Przestrzenie nazw.

Dotyczy

GetNamespaces(IEnumerable<MigrationOperation>)

Źródło:
MigrationsCodeGenerator.cs
Źródło:
MigrationsCodeGenerator.cs
Źródło:
MigrationsCodeGenerator.cs
Źródło:
MigrationsCodeGenerator.cs
Źródło:
MigrationsCodeGenerator.cs
Źródło:
MigrationsCodeGenerator.cs
Źródło:
MigrationsCodeGenerator.cs
Źródło:
MigrationsCodeGenerator.cs
Źródło:
MigrationsCodeGenerator.cs

Pobiera przestrzenie nazw wymagane dla listy MigrationOperation obiektów.

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>

Operacje.

Zwraca

Przestrzenie nazw.

Dotyczy