View Source
Class SqlServerAddMiniProfilerInterceptor
Inheritance
System.Object
Assembly: Umbraco.Cms.Persistence.SqlServer.dll
Syntax
public class SqlServerAddMiniProfilerInterceptor : SqlServerConnectionInterceptor, IProviderSpecificConnectionInterceptor, IProviderSpecificInterceptor
Methods
View Source
OnConnectionOpened(IDatabase, DbConnection)
Declaration
public override DbConnection OnConnectionOpened(IDatabase database, DbConnection conn)
Parameters
| Type |
Name |
Description |
| IDatabase |
database |
|
| System.Data.Common.DbConnection |
conn |
|
Returns
| Type |
Description |
| System.Data.Common.DbConnection |
|