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
connection
DbConnectionThe connection.
eventData
ConnectionEndEventDataContextual information about the connection.