View Source
Class SqliteAddRetryPolicyInterceptor
Inheritance
System.Object
Assembly: Umbraco.Cms.Persistence.Sqlite.dll
Syntax
public class SqliteAddRetryPolicyInterceptor : SqliteConnectionInterceptor, 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 |
|