C# Class 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.
Inheritance: AdoDotNetConnectionSupport
Afficher le fichier Open project: elevate/mysqlconnector-.net Class Usage Examples

Méthodes publiques

Méthode Description
MySqlConnectionSupport ( ) : System
Open ( bool doPromptCheck ) : bool

Méthodes protégées

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

Method Details

GetServiceImpl() protected méthode

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.
Résultat object

MySqlConnectionSupport() public méthode

public MySqlConnectionSupport ( ) : System
Résultat System

Open() public méthode

public Open ( bool doPromptCheck ) : bool
doPromptCheck bool
Résultat bool