Share via


IConnectionStore<T> 接口

定义

为一般连接存储指定接口。

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

类型参数

T

值的泛型类型。

派生

方法

GetConnection()

从具有默认属性值的存储中检索新连接。

GetConnection(Boolean)

从存储中检索新连接或者复制现有连接。

适用于