DbDispatchers Class

Definition

Provides access to all dispatchers through the the Dispatch fluent API.

public class DbDispatchers
type DbDispatchers = class
Public Class DbDispatchers
Inheritance
DbDispatchers

Properties

Command

Provides methods for dispatching to IDbCommandInterceptor interceptors for interception of methods on DbCommand.

Connection

Provides methods for dispatching to IDbCommandInterceptor interceptors for interception of methods on DbConnection.

Transaction

Provides methods for dispatching to IDbCommandInterceptor interceptors for interception of methods on DbTransaction.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

GetHashCode()

Serves as the default hash function.

GetType()

Gets the Type of the current instance.

ToString()

Returns a string that represents the current object.

Applies to