MigrationsCodeGenerator.GetNamespaces Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.