Method | Description | |
---|---|---|
Add ( object key, object value ) : void | ||
Clear ( ) : void | ||
Contains ( object key ) : bool | ||
CopyTo ( |
||
DbConnectionStringBuilder ( ) : System | ||
GetAttributes ( ) : |
||
GetClassName ( ) : string | ||
GetComponentName ( ) : string | ||
GetConverter ( ) : |
||
GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor | ||
GetDefaultProperty ( ) : |
||
GetEditor ( |
||
GetEnumerator ( ) : IDictionaryEnumerator | ||
GetEvents ( ) : |
||
GetEvents ( |
||
GetProperties ( ) : |
||
GetProperties ( |
||
GetPropertyOwner ( |
||
Remove ( object key ) : void | ||
TryGetValue ( string keyword, object &value ) : object | ||
this ( object key ) : object | ||
this ( string key ) : object |
Method | Description | |
---|---|---|
CleanValue ( string value ) : string | ||
IEnumerable ( ) : IEnumerator | ||
ParseConnectionString ( string connectString ) : void |
public Add ( object key, object value ) : void | ||
key | object | |
value | object | |
return | void |
public CopyTo ( |
||
array | ||
index | int | |
return | void |
public DbConnectionStringBuilder ( ) : System | ||
return | System |
public GetAttributes ( ) : |
||
return |
public GetConverter ( ) : |
||
return |
public GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor | ||
return | System.ComponentModel.EventDescriptor |
public GetDefaultProperty ( ) : |
||
return |
public GetEditor ( |
||
editorBaseType | ||
return | object |
public GetEnumerator ( ) : IDictionaryEnumerator | ||
return | IDictionaryEnumerator |
public GetEvents ( ) : |
||
return |
public GetEvents ( |
||
attributes | ||
return |
public GetProperties ( ) : |
||
return |
public GetProperties ( |
||
attributes | ||
return |
public GetPropertyOwner ( |
||
pd | ||
return | object |
public TryGetValue ( string keyword, object &value ) : object | ||
keyword | string | |
value | object | |
return | object |