| DatabaseDriverStore Methods | 
The DatabaseDriverStore type exposes the following members.
| Name | Description | |
|---|---|---|
| Add | (Inherited from DictionaryString, DBDriverBase.) | |
| Clear | (Inherited from DictionaryString, DBDriverBase.) | |
| ContainsKey | (Inherited from DictionaryString, DBDriverBase.) | |
| ContainsValue | (Inherited from DictionaryString, DBDriverBase.) | |
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetEnumerator | (Inherited from DictionaryString, DBDriverBase.) | |
| GetHashCode | Serves as the default hash function.   (Inherited from Object.) | |
| GetObjectData | Implements the ISerializable interface and returns the data needed to serialize the DictionaryTKey, TValue instance.  (Inherited from DictionaryString, DBDriverBase.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| LoadDatabaseDriverDefinitions | 
            Loads all Database driver definitions. It will search all subfolders in the specified root path for driver.config files.
            If a file is found, it is read and interpreted as a new driver definition. Every driver definition is stored in the hashtable
            databaseDriverDefinitions
              | |
| LoadDriverInstances | 
            Loads the driver instances from the configs read.
              | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| OnDeserialization | Implements the ISerializable interface and raises the deserialization event when the deserialization is complete.  (Inherited from DictionaryString, DBDriverBase.) | |
| Remove | (Inherited from DictionaryString, DBDriverBase.) | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) | |
| TryGetValue | (Inherited from DictionaryString, DBDriverBase.) | 
| Name | Description | |
|---|---|---|
| ICollectionKeyValuePairTKey, TValueAdd | (Inherited from DictionaryString, DBDriverBase.) | |
| IDictionaryAdd | (Inherited from DictionaryString, DBDriverBase.) | |
| ICollectionKeyValuePairTKey, TValueContains | (Inherited from DictionaryString, DBDriverBase.) | |
| IDictionaryContains | (Inherited from DictionaryString, DBDriverBase.) | |
| ICollectionKeyValuePairTKey, TValueCopyTo | (Inherited from DictionaryString, DBDriverBase.) | |
| ICollectionCopyTo | (Inherited from DictionaryString, DBDriverBase.) | |
| IEnumerableKeyValuePairTKey, TValueGetEnumerator | (Inherited from DictionaryString, DBDriverBase.) | |
| IEnumerableGetEnumerator | (Inherited from DictionaryString, DBDriverBase.) | |
| IDictionaryGetEnumerator | (Inherited from DictionaryString, DBDriverBase.) | |
| ICollectionKeyValuePairTKey, TValueRemove | (Inherited from DictionaryString, DBDriverBase.) | |
| IDictionaryRemove | (Inherited from DictionaryString, DBDriverBase.) |