C# Class 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.
Afficher le fichier Open project: jumpinjackie/fdotoolbox Class Usage Examples

Private Properties

Свойство Type Description
Connector System
Open void
Release void

Private Methods

Méthode Description
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