MigrationsCodeGenerator.GetNamespaces 메서드

정의

오버로드

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>

작업입니다.

반환

네임스페이스입니다.

적용 대상