Freigeben über


DbInterceptionContext.DbContexts-Eigenschaft

[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.]

Namespace:  System.Data.Entity.Infrastructure.Interception
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
Public ReadOnly Property DbContexts As IEnumerable(Of DbContext)
    Get
'Usage
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>

Eigenschaftswert

Typ: System.Collections.Generic.IEnumerable<DbContext>

Siehe auch

Verweis

DbInterceptionContext Klasse

System.Data.Entity.Infrastructure.Interception-Namespace