C# Class MySql.Data.VisualStudio.MySqlDataSourceInformation

Represents a custom data source information class for MySQL
Inheritance: AdoDotNetDataSourceInformation
Afficher le fichier Open project: elevate/mysqlconnector-.net Class Usage Examples

Méthodes publiques

Méthode Description
MySqlDataSourceInformation ( DataConnection connection ) : System

Constructors fills available properties information

this ( string propertyName ) : object

Méthodes protégées

Méthode Description
RetrieveValue ( string propertyName ) : object

Called to retrieve property value. Supports following custom properties: DataSource � MySQL server name. Database � default schema name.

Private Methods

Méthode Description
EnsureConnected ( ) : void
Refresh ( ) : void

Method Details

MySqlDataSourceInformation() public méthode

Constructors fills available properties information
public MySqlDataSourceInformation ( DataConnection connection ) : System
connection DataConnection Reference to database connection object
Résultat System

RetrieveValue() protected méthode

Called to retrieve property value. Supports following custom properties: DataSource � MySQL server name. Database � default schema name.
protected RetrieveValue ( string propertyName ) : object
propertyName string Name of property to retrieve.
Résultat object

this() public méthode

public this ( string propertyName ) : object
propertyName string
Résultat object