次の方法で共有


MigrationsCodeGenerator.GetNamespaces メソッド

定義

オーバーロード

GetNamespaces(IModel)

に必要な名前空間を IModel取得します。

GetNamespaces(IEnumerable<MigrationOperation>)

オブジェクトの一覧 MigrationOperation に必要な名前空間を取得します。

GetNamespaces(IModel)

ソース:
MigrationsCodeGenerator.cs
ソース:
MigrationsCodeGenerator.cs
ソース:
MigrationsCodeGenerator.cs
ソース:
MigrationsCodeGenerator.cs
ソース:
MigrationsCodeGenerator.cs
ソース:
MigrationsCodeGenerator.cs
ソース:
MigrationsCodeGenerator.cs
ソース:
MigrationsCodeGenerator.cs
ソース:
MigrationsCodeGenerator.cs

に必要な名前空間を 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)

パラメーター

model
IModel

モデル。

戻り値

名前空間。

適用対象

GetNamespaces(IEnumerable<MigrationOperation>)

ソース:
MigrationsCodeGenerator.cs
ソース:
MigrationsCodeGenerator.cs
ソース:
MigrationsCodeGenerator.cs
ソース:
MigrationsCodeGenerator.cs
ソース:
MigrationsCodeGenerator.cs
ソース:
MigrationsCodeGenerator.cs
ソース:
MigrationsCodeGenerator.cs
ソース:
MigrationsCodeGenerator.cs
ソース:
MigrationsCodeGenerator.cs

オブジェクトの一覧 MigrationOperation に必要な名前空間を取得します。

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)

パラメーター

operations
IEnumerable<MigrationOperation>

操作。

戻り値

名前空間。

適用対象