Search Results for

    Show / Hide Table of Contents
    View Source

    Class SqliteAddRetryPolicyInterceptor

    Inheritance
    System.Object
    SqliteConnectionInterceptor
    Namespace: Umbraco.Cms.Persistence.Sqlite.Interceptors
    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
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • OnConnectionOpened(IDatabase, DbConnection)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX