Method ConnectionOpened
- Namespace
 - Innova.Data.Entity.Configuration
 
- Assembly
 - Innova.Data.dll
 
ConnectionOpened(DbConnection, ConnectionEndEventData)
Called just after EF has called Open().
public void ConnectionOpened(DbConnection connection, ConnectionEndEventData eventData)
Parameters
connectionDbConnectionThe connection.
eventDataConnectionEndEventDataContextual information about the connection.