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

Represents a custom data source information class for MySQL
Наследование: AdoDotNetDataSourceInformation
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
MySqlDataSourceInformation ( DataConnection connection ) : System

Constructors fills available properties information

this ( string propertyName ) : object

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

Метод Описание
RetrieveValue ( string propertyName ) : object

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

Приватные методы

Метод Описание
EnsureConnected ( ) : void
Refresh ( ) : void

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

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

Constructors fills available properties information
public MySqlDataSourceInformation ( DataConnection connection ) : System
connection DataConnection Reference to database connection object
Результат System

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

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.
Результат object

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

public this ( string propertyName ) : object
propertyName string
Результат object