TransactionHandler.Closed-Methode
[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]
Kann in einer abgeleiteten Klasse implementiert werden.
Namespace: System.Data.Entity.Infrastructure
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Public Overridable Sub Closed ( _
connection As DbConnection, _
interceptionContext As DbConnectionInterceptionContext _
)
'Usage
Dim instance As TransactionHandler
Dim connection As DbConnection
Dim interceptionContext As DbConnectionInterceptionContext
instance.Closed(connection, interceptionContext)
public virtual void Closed(
DbConnection connection,
DbConnectionInterceptionContext interceptionContext
)
public:
virtual void Closed(
DbConnection^ connection,
DbConnectionInterceptionContext^ interceptionContext
)
abstract Closed :
connection:DbConnection *
interceptionContext:DbConnectionInterceptionContext -> unit
override Closed :
connection:DbConnection *
interceptionContext:DbConnectionInterceptionContext -> unit
public function Closed(
connection : DbConnection,
interceptionContext : DbConnectionInterceptionContext
)
Parameter
- connection
Typ: System.Data.Common.DbConnection
Die Verbindung, die geschlossen wurde.
- interceptionContext
Typ: DbConnectionInterceptionContext
Die Kontextinformationen für den Aufruf.
Siehe auch
Verweis
System.Data.Entity.Infrastructure-Namespace
Closed(DbConnection, DbConnectionInterceptionContext)