MigrationsCodeGenerator.GetNamespaces メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetNamespaces(IModel) |
に必要な名前空間を IModel取得します。 |
GetNamespaces(IEnumerable<MigrationOperation>) |
オブジェクトの一覧 MigrationOperation に必要な名前空間を取得します。 |
GetNamespaces(IModel)
に必要な名前空間を 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>)
オブジェクトの一覧 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>
操作。
戻り値
名前空間。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework