C# 클래스 MySql.Data.MySqlClient.MySqlConnectionStringBuilder

상속: DbConnectionStringBuilder
파일 보기 프로젝트 열기: elevate/mysqlconnector-.net 1 사용 예제들

Private Properties

프로퍼티 타입 설명
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 ( 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

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

GetConnectionString() 공개 메소드

public GetConnectionString ( bool includePass ) : string
includePass bool
리턴 string

MySqlConnectionStringBuilder() 공개 메소드

public MySqlConnectionStringBuilder ( string connStr ) : System
connStr string
리턴 System

Remove() 공개 메소드

public Remove ( string keyword ) : bool
keyword string
리턴 bool

TryGetValue() 공개 메소드

public TryGetValue ( string keyword, object &value ) : bool
keyword string
value object
리턴 bool

this() 공개 메소드

public this ( string keyword ) : object
keyword string
리턴 object