The ConnectionString class has the same API as standard dictionary, plus the following methods:
Bases: collections.OrderedDict
Creates a new instance and loads the passed string
| Parameters: | string (unicode) – connection string to be parsed |
|---|---|
| Return type: | ConnectionString |
| Returns: | the composed connection string |
|---|---|
| Return type: | unicode |
Translates the keys of the store.
| Parameters: |
|
|---|