Table of Contents

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 DbConnection

The connection.

eventData ConnectionEndEventData

Contextual information about the connection.