Condividi tramite


Metodo MigratorBase.GetLocalMigrations

[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]

Ottiene un elenco delle migrazioni definite nell'assembly.

Spazio dei nomi:  System.Data.Entity.Migrations.Infrastructure
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
<SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")> _
Public Overridable Function GetLocalMigrations As IEnumerable(Of String)
'Utilizzo
Dim instance As MigratorBase 
Dim returnValue As IEnumerable(Of String)

returnValue = instance.GetLocalMigrations()
[SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
public virtual IEnumerable<string> GetLocalMigrations()
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1024:UsePropertiesWhereAppropriate")]
public:
virtual IEnumerable<String^>^ GetLocalMigrations()
[<SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")>]
abstract GetLocalMigrations : unit -> IEnumerable<string> 
[<SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")>]
override GetLocalMigrations : unit -> IEnumerable<string> 
public function GetLocalMigrations() : IEnumerable<String>

Valore restituito

Tipo: System.Collections.Generic.IEnumerable<String>
Elenco di ID delle migrazioni.

Vedere anche

Riferimento

MigratorBase Classe

Spazio dei nomi System.Data.Entity.Migrations.Infrastructure