MigratorBase.GetPendingMigrations - метод
[Эта страница относится к документации к Entity Framework 6. Последняя версия доступна в составе пакета Entity Framework NuGet. Дополнительные сведения об Entity Framework см. в разделе msdn.com/data/ef.]
Возвращает список отложенных переносов, не примененных к базе данных.
Пространство имен: System.Data.Entity.Migrations.Infrastructure
Сборка: EntityFramework (в EntityFramework.dll)
Синтаксис
'Декларация
<SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")> _
Public Overridable Function GetPendingMigrations As IEnumerable(Of String)
'Применение
Dim instance As MigratorBase
Dim returnValue As IEnumerable(Of String)
returnValue = instance.GetPendingMigrations()
[SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
public virtual IEnumerable<string> GetPendingMigrations()
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1024:UsePropertiesWhereAppropriate")]
public:
virtual IEnumerable<String^>^ GetPendingMigrations()
[<SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")>]
abstract GetPendingMigrations : unit -> IEnumerable<string>
[<SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")>]
override GetPendingMigrations : unit -> IEnumerable<string>
public function GetPendingMigrations() : IEnumerable<String>
Возвращаемое значение
Тип: System.Collections.Generic.IEnumerable<String>
Список идентификаторов миграций.
См. также
Справочник
System.Data.Entity.Migrations.Infrastructure - пространство имен