DatabaseLogFormatter.NonQueryExecuted-Methode
[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 Overridable Sub NonQueryExecuted ( _
command As DbCommand, _
interceptionContext As DbCommandInterceptionContext(Of Integer) _
)
'Usage
Dim instance As DatabaseLogFormatter
Dim command As DbCommand
Dim interceptionContext As DbCommandInterceptionContext(Of Integer)
instance.NonQueryExecuted(command, interceptionContext)
public virtual void NonQueryExecuted(
DbCommand command,
DbCommandInterceptionContext<int> interceptionContext
)
public:
virtual void NonQueryExecuted(
DbCommand^ command,
DbCommandInterceptionContext<int>^ interceptionContext
)
abstract NonQueryExecuted :
command:DbCommand *
interceptionContext:DbCommandInterceptionContext<int> -> unit
override NonQueryExecuted :
command:DbCommand *
interceptionContext:DbCommandInterceptionContext<int> -> unit
public function NonQueryExecuted(
command : DbCommand,
interceptionContext : DbCommandInterceptionContext<int>
)
Parameter
- command
Typ: System.Data.Common.DbCommand
- interceptionContext
Typ: System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext<Int32>
Implementiert
IDbCommandInterceptor.NonQueryExecuted(DbCommand, DbCommandInterceptionContext<Int32>)