IConnectionStore<T> Interface

Definition

Specifies the interface for the generic connection store.

generic <typename T>
public interface class IConnectionStore
public interface IConnectionStore<T>
type IConnectionStore<'T> = interface
Public Interface IConnectionStore(Of T)

Type Parameters

T

The generic Type of value.

Derived

Methods

GetConnection()

Retrieves a new connection from the store with the default property values.

GetConnection(Boolean)

Retrieves a new connection or duplicates the existing connection from the store.

Applies to