C# Класс MySql.Data.VisualStudio.MySqlConnectionSupport

Represents a custom data connection support implementation for MySQL. MySQL Connector/NET 1.0 is used as underlying ADO.NET data provider.
Наследование: AdoDotNetConnectionSupport
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
MySqlConnectionSupport ( ) : System
Open ( bool doPromptCheck ) : bool

Защищенные методы

Метод Описание
GetServiceImpl ( Type serviceType ) : object

Retrieves a service of the specified type. Following services are supported: DataViewSupport � information about view schema. DataObjectSupport � information about object model.

Описание методов

GetServiceImpl() защищенный Метод

Retrieves a service of the specified type. Following services are supported: DataViewSupport � information about view schema. DataObjectSupport � information about object model.
protected GetServiceImpl ( Type serviceType ) : object
serviceType System.Type A service type.
Результат object

MySqlConnectionSupport() публичный Метод

public MySqlConnectionSupport ( ) : System
Результат System

Open() публичный Метод

public Open ( bool doPromptCheck ) : bool
doPromptCheck bool
Результат bool