프로퍼티 | 타입 | 설명 | |
---|---|---|---|
DeveelDbConnectionStringBuilder | System | ||
InitToDefault | void | ||
MappKey | string | ||
SetValue | void | ||
ToBoolean | bool | ||
ToInt32 | int |
메소드 | 설명 | |
---|---|---|
Clear ( ) : void | ||
ContainsKey ( string keyword ) : bool | ||
DeveelDbConnectionStringBuilder ( string connectionString ) : System | ||
Remove ( string keyword ) : bool | ||
ShouldSerialize ( string keyword ) : bool | ||
TryGetValue ( string keyword, object &value ) : bool | ||
this ( string keyword ) : object |
메소드 | 설명 | |
---|---|---|
DeveelDbConnectionStringBuilder ( ) : System | ||
InitToDefault ( ) : void | ||
MappKey ( string key ) : string | ||
SetValue ( string key, object value ) : void | ||
ToBoolean ( object value ) : bool | ||
ToInt32 ( object value ) : int |
public DeveelDbConnectionStringBuilder ( string connectionString ) : System | ||
connectionString | string | |
리턴 | System |
public TryGetValue ( string keyword, object &value ) : bool | ||
keyword | string | |
value | object | |
리턴 | bool |