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>
作業。
傳回
命名空間。