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