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
connectionDbConnectionThe connection.
eventDataConnectionEndEventDataContextual information about the connection.