IDbInterceptor Interface

Definition

This is the base interface for all interfaces that provide interception points for various different types and operations. For example, see IDbCommandInterceptor. Interceptors are registered on the DbInterception class.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1040:AvoidEmptyInterfaces")]
public interface IDbInterceptor
type IDbInterceptor = interface
Public Interface IDbInterceptor
Derived
Attributes

Applies to