Share via


IDbInterceptor 接口

定义

这是所有接口的基本接口,这些接口为各种不同类型的操作提供拦截点。 有关示例,请参阅 IDbCommandInterceptor。 侦听器在 类上 DbInterception 注册。

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1040:AvoidEmptyInterfaces")]
public interface IDbInterceptor
type IDbInterceptor = interface
Public Interface IDbInterceptor
派生
属性

适用于