MigrationCodeGenerator.GetNamespaces メソッド
[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]
指定した操作によって生成されたコードを処理するために、"using" または "Imports" ディレクティブとして出力する必要がある名前空間を取得します。
名前空間: System.Data.Entity.Migrations.Design
アセンブリ: EntityFramework (EntityFramework.dll 内)
構文
'宣言
Protected Overridable Function GetNamespaces ( _
operations As IEnumerable(Of MigrationOperation) _
) As IEnumerable(Of String)
'使用
Dim operations As IEnumerable(Of MigrationOperation)
Dim returnValue As IEnumerable(Of String)
returnValue = Me.GetNamespaces(operations)
protected virtual IEnumerable<string> GetNamespaces(
IEnumerable<MigrationOperation> operations
)
protected:
virtual IEnumerable<String^>^ GetNamespaces(
IEnumerable<MigrationOperation^>^ operations
)
abstract GetNamespaces :
operations:IEnumerable<MigrationOperation> -> IEnumerable<string>
override GetNamespaces :
operations:IEnumerable<MigrationOperation> -> IEnumerable<string>
protected function GetNamespaces(
operations : IEnumerable<MigrationOperation>
) : IEnumerable<String>
パラメーター
- operations
型 : System.Collections.Generic.IEnumerable<MigrationOperation>
コード生成の対象となる操作。
戻り値
型 : System.Collections.Generic.IEnumerable<String>
名前空間名の順序指定された一覧。