IConnectionStore<T>.GetConnection 메서드

정의

일반 연결 저장소의 인터페이스를 가져옵니다.

오버로드

Name Description
GetConnection()

저장소에서 기본 속성 값을 가진 새 연결을 가져옵니다.

GetConnection(Boolean)

저장소에서 새 연결을 가져오거나 기존 연결을 복제합니다.

GetConnection()

저장소에서 기본 속성 값을 가진 새 연결을 가져옵니다.

public:
 T GetConnection();
public T GetConnection();
abstract member GetConnection : unit -> 'T
Public Function GetConnection () As T

반품

T

가게에서 제공한 새로운 연결고리.

적용 대상

GetConnection(Boolean)

저장소에서 새 연결을 가져오거나 기존 연결을 복제합니다.

public:
 T GetConnection(bool newConnection);
public T GetConnection(bool newConnection);
abstract member GetConnection : bool -> 'T
Public Function GetConnection (newConnection As Boolean) As T

매개 변수

newConnection
Boolean

True 새 연결이 필요할 때. 그렇지 않으면 false.

반품

T

언제 새 연결이 필요한지 명시하세요.

적용 대상