DbDispatchers 类

定义

通过 Dispatch fluent API 提供对所有调度程序的访问权限。

public class DbDispatchers
type DbDispatchers = class
Public Class DbDispatchers
继承
DbDispatchers

属性

Command

提供用于调度到 IDbCommandInterceptor 侦听器的方法,以便截获上 DbCommand的方法。

Connection

提供用于调度到 IDbCommandInterceptor 侦听器的方法,以便截获上 DbConnection的方法。

Transaction

提供用于调度到 IDbCommandInterceptor 侦听器的方法,以便截获上 DbTransaction的方法。

方法

Equals(Object)

通过 Dispatch fluent API 提供对所有调度程序的访问权限。

GetHashCode()

通过 Dispatch fluent API 提供对所有调度程序的访问权限。

GetType()

获取当前实例的 Type

ToString()

通过 Dispatch fluent API 提供对所有调度程序的访问权限。

适用于