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.
Показать файл Открыть проект Примеры использования класса

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