IConnectionValidator Interface

Definition

Allows extra connection validation.

public interface class IConnectionValidator
public interface IConnectionValidator
type IConnectionValidator = interface
Public Interface IConnectionValidator
Derived

Methods

CheckConnection(IDbConnection)

Checks if a connection that was opened successfully should be returned to the calling application, or if it should be bounced.

Applies to