Condividi tramite


Proprietà 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.]

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

Sintassi

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

Valore proprietà

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

Vedere anche

Riferimento

DbInterceptionContext Classe

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