Metodo DbCommandInterceptionContext.WithDbContext
[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 Function WithDbContext ( _
context As DbContext _
) As DbCommandInterceptionContext
'Utilizzo
Dim instance As DbCommandInterceptionContext
Dim context As DbContext
Dim returnValue As DbCommandInterceptionContext
returnValue = instance.WithDbContext(context)
public DbCommandInterceptionContext WithDbContext(
DbContext context
)
public:
DbCommandInterceptionContext^ WithDbContext(
DbContext^ context
)
member WithDbContext :
context:DbContext -> DbCommandInterceptionContext
public function WithDbContext(
context : DbContext
) : DbCommandInterceptionContext
Parametri
- context
Tipo: System.Data.Entity.DbContext
Valore restituito
Tipo: System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext
Vedere anche
Riferimento
DbCommandInterceptionContext Classe
Spazio dei nomi System.Data.Entity.Infrastructure.Interception