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 SourceProviderName
Gets the name of the database provider that this interceptor targets.
Declaration
string ProviderName { get; }
Property Value
| Type | Description |
|---|---|
| string |