프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AddKeywordFromProperty | void | ||
ChangeType | object | ||
GetBlobAsUTF8ExcludeRegex | Regex | ||
GetBlobAsUTF8IncludeRegex | Regex | ||
Initialize | void | ||
MySqlConnectionStringBuilder | System | ||
ParseEnum | object | ||
SetValue | void | ||
ValidateKeyword | void |
메소드 | 설명 | |
---|---|---|
Clear ( ) : void | ||
GetConnectionString ( bool includePass ) : string | ||
MySqlConnectionStringBuilder ( string connStr ) : System | ||
Remove ( string keyword ) : bool | ||
TryGetValue ( string keyword, object &value ) : bool | ||
this ( string keyword ) : object |
메소드 | 설명 | |
---|---|---|
AddKeywordFromProperty ( |
||
ChangeType ( object value, |
||
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 |
public GetConnectionString ( bool includePass ) : string | ||
includePass | bool | |
리턴 | string |
public MySqlConnectionStringBuilder ( string connStr ) : System | ||
connStr | string | |
리턴 | System |
public TryGetValue ( string keyword, object &value ) : bool | ||
keyword | string | |
value | object | |
리턴 | bool |