IConnectionStore<T> 介面

定義

指定通用連線儲存的介面。

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

類型參數

T

價值的通用類型。

衍生

方法

名稱 Description
GetConnection()

從儲存庫取得一個新的連線,使用預設屬性值。

GetConnection(Boolean)

從儲存庫中取得新的連線或複製現有連線。

適用於