Method | Description | |
---|---|---|
MySqlDataSourceInformation ( DataConnection connection ) : System |
Constructors fills available properties information
|
|
this ( string propertyName ) : object |
Method | Description | |
---|---|---|
RetrieveValue ( string propertyName ) : object |
Called to retrieve property value. Supports following custom properties: DataSource � MySQL server name. Database � default schema name.
|
Method | Description | |
---|---|---|
EnsureConnected ( ) : void | ||
Refresh ( ) : void |
public MySqlDataSourceInformation ( DataConnection connection ) : System | ||
connection | DataConnection | Reference to database connection object |
return | System |
protected RetrieveValue ( string propertyName ) : object | ||
propertyName | string | Name of property to retrieve. |
return | object |