C# Class MySql.Data.MySqlClient.MySqlConnectionStringBuilder

Inheritance: DbConnectionStringBuilder
Afficher le fichier Open project: elevate/mysqlconnector-.net Class Usage Examples

Private Properties

Свойство Type Description
AddKeywordFromProperty void
ChangeType object
GetBlobAsUTF8ExcludeRegex Regex
GetBlobAsUTF8IncludeRegex Regex
Initialize void
MySqlConnectionStringBuilder System
ParseEnum object
SetValue void
ValidateKeyword void

Méthodes publiques

Méthode Description
Clear ( ) : void
GetConnectionString ( bool includePass ) : string
MySqlConnectionStringBuilder ( string connStr ) : System
Remove ( string keyword ) : bool
TryGetValue ( string keyword, object &value ) : bool
this ( string keyword ) : object

Private Methods

Méthode Description
AddKeywordFromProperty ( PropertyInfo pi ) : void
ChangeType ( object value, Type t ) : object
GetBlobAsUTF8ExcludeRegex ( ) : Regex
GetBlobAsUTF8IncludeRegex ( ) : Regex
Initialize ( ) : void
MySqlConnectionStringBuilder ( ) : System
ParseEnum ( Type t, string requestedValue, string key ) : object
SetValue ( string keyword, object value ) : void
ValidateKeyword ( string keyword ) : void

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

GetConnectionString() public méthode

public GetConnectionString ( bool includePass ) : string
includePass bool
Résultat string

MySqlConnectionStringBuilder() public méthode

public MySqlConnectionStringBuilder ( string connStr ) : System
connStr string
Résultat System

Remove() public méthode

public Remove ( string keyword ) : bool
keyword string
Résultat bool

TryGetValue() public méthode

public TryGetValue ( string keyword, object &value ) : bool
keyword string
value object
Résultat bool

this() public méthode

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