Поделиться через


Свойство DbInterceptionContext.DbContexts

[This page is specific to the Entity Framework version 6.0 Beta. The latest version is available as the 'Entity Framework' NuGet package. For more information, see Entity Framework Releases and Versioning.]

Пространство имен:  System.Data.Entity.Infrastructure.Interception
Сборка:  EntityFramework (в EntityFramework.dll)

Синтаксис

'Декларация
Public ReadOnly Property DbContexts As IEnumerable(Of DbContext)
    Get
'Применение
Dim instance As DbInterceptionContext 
Dim value As IEnumerable(Of DbContext)

value = instance.DbContexts
public IEnumerable<DbContext> DbContexts { get; }
public:
property IEnumerable<DbContext^>^ DbContexts {
    IEnumerable<DbContext^>^ get ();
}
member DbContexts : IEnumerable<DbContext>
function get DbContexts () : IEnumerable<DbContext>

Значение свойства

Тип: System.Collections.Generic.IEnumerable<DbContext>

См. также

Справочник

DbInterceptionContext Класс

Пространство имен System.Data.Entity.Infrastructure.Interception