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
Mostrar archivo Open project: elevate/mysqlconnector-.net Class Usage Examples

Public Methods

Method Description
MySqlConnectionSupport ( ) : System
Open ( bool doPromptCheck ) : bool

Protected Methods

Method 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 method

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.
return object

MySqlConnectionSupport() public method

public MySqlConnectionSupport ( ) : System
return System

Open() public method

public Open ( bool doPromptCheck ) : bool
doPromptCheck bool
return bool