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.
Datei anzeigen Open project: jumpinjackie/fdotoolbox Class Usage Examples

Private Properties

Property Type Description
Connector System
Open void
Release void

Private Methods

Method 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