|
PeanutButter
|
Provides a convenient IDictionary wrapper for ConnectionStringCollections. More...
Properties | |
| TValue | this[string key] [get, set] |
| ICollection< string > | Keys [get] |
| int | Count [get] |
| ICollection< TValue > | Values [get] |
| bool | IsReadOnly [get] |
| StringComparer | Comparer [get] |
| Provides read-only access to the string comparer being used for key comparison. | |
Provides a convenient IDictionary wrapper for ConnectionStringCollections.
Provides a mechanism for wrapping read-write access to a ConnectionStringSettingsCollection in the IDictionary<string, string> interface to simplify shimming other types.
| TValue | : | class |
| PeanutButter.Utils.Dictionaries.DictionaryWrappingConnectionStringSettingCollection< TValue >.DictionaryWrappingConnectionStringSettingCollection | ( | ConnectionStringSettingsCollection | connectionStringSettings, |
| bool | isCaseInsensitive | ||
| ) |
Wrap the provided settings collection with or without case sensitivity.
| connectionStringSettings | |
| isCaseInsensitive |
Wrap the provided connection string settings with case-sensitive, ordinal comparison for keys.
| connectionStringSettings |
Wrap the provided connection string settings with the provided keyComparer for set / retrieval.
| connectionStrings | |
| keyComparer |