C# 클래스 SharpMap.Data.Providers.Pooling.Connector

The Connector class implements the logic for the Connection Objects to access the physical connection to the data source, and isolate the application developer from connection pooling internals.
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Connector System
Open void
Release void

비공개 메소드들

메소드 설명
Connector ( SharpMap provider, bool Shared ) : System

Construcor, initializes the Connector object.

Open ( ) : void

Opens the physical connection to the server.

Usually called by the RequestConnector Method of the connection pool manager.

Release ( ) : void