Sdílet prostřednictvím


MigrationCodeGenerator.GetNamespaces Metoda

Definice

Získá obory názvů, které musí být výstup jako "using" nebo "Imports" direktivy pro zpracování kódu generovaného danými operacemi.

protected virtual System.Collections.Generic.IEnumerable<string> GetNamespaces(System.Collections.Generic.IEnumerable<System.Data.Entity.Migrations.Model.MigrationOperation> operations);
abstract member GetNamespaces : seq<System.Data.Entity.Migrations.Model.MigrationOperation> -> seq<string>
override this.GetNamespaces : seq<System.Data.Entity.Migrations.Model.MigrationOperation> -> seq<string>
Protected Overridable Function GetNamespaces (operations As IEnumerable(Of MigrationOperation)) As IEnumerable(Of String)

Parametry

operations
IEnumerable<MigrationOperation>

Operace, pro které se bude generovat kód.

Návraty

Seřazený seznam názvů názvů.

Platí pro