Method ConnectionClosed
- Namespace
- Innova.Data.Entity.Configuration
- Assembly
- Innova.Data.dll
ConnectionClosed(DbConnection, ConnectionEndEventData)
Called just after EF has called Close() in an async context.
public void ConnectionClosed(DbConnection connection, ConnectionEndEventData eventData)
Parameters
connection
DbConnectionThe connection.
eventData
ConnectionEndEventDataContextual information about the connection.