Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IProviderSpecificInterceptor

    Provides methods for intercepting and customizing behavior specific to a database provider.

    Namespace: Umbraco.Cms.Infrastructure.Persistence
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public interface IProviderSpecificInterceptor : IInterceptor

    Properties

    View Source

    ProviderName

    Gets the name of the database provider that this interceptor targets.

    Declaration
    string ProviderName { get; }
    Property Value
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX