Aracılığıyla paylaş


MigrationsCodeGenerator.GetNamespaces Yöntem

Tanım

Aşırı Yüklemeler

GetNamespaces(IModel)

bir IModeliçin gereken ad alanlarını alır.

GetNamespaces(IEnumerable<MigrationOperation>)

Nesne listesi MigrationOperation için gereken ad alanlarını alır.

GetNamespaces(IModel)

Kaynak:
MigrationsCodeGenerator.cs
Kaynak:
MigrationsCodeGenerator.cs
Kaynak:
MigrationsCodeGenerator.cs
Kaynak:
MigrationsCodeGenerator.cs
Kaynak:
MigrationsCodeGenerator.cs
Kaynak:
MigrationsCodeGenerator.cs
Kaynak:
MigrationsCodeGenerator.cs
Kaynak:
MigrationsCodeGenerator.cs
Kaynak:
MigrationsCodeGenerator.cs

bir IModeliçin gereken ad alanlarını alır.

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)

Parametreler

model
IModel

Model.

Döndürülenler

Ad alanları.

Şunlara uygulanır

GetNamespaces(IEnumerable<MigrationOperation>)

Kaynak:
MigrationsCodeGenerator.cs
Kaynak:
MigrationsCodeGenerator.cs
Kaynak:
MigrationsCodeGenerator.cs
Kaynak:
MigrationsCodeGenerator.cs
Kaynak:
MigrationsCodeGenerator.cs
Kaynak:
MigrationsCodeGenerator.cs
Kaynak:
MigrationsCodeGenerator.cs
Kaynak:
MigrationsCodeGenerator.cs
Kaynak:
MigrationsCodeGenerator.cs

Nesne listesi MigrationOperation için gereken ad alanlarını alır.

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)

Parametreler

operations
IEnumerable<MigrationOperation>

İşlemler.

Döndürülenler

Ad alanları.

Şunlara uygulanır