DatabaseDriverStore Class |
Namespace: SD.LLBLGen.Pro.ApplicationCore.GeneralDataStructures
The DatabaseDriverStore type exposes the following members.
Name | Description | |
---|---|---|
DatabaseDriverStore |
Initializes a new instance of the DatabaseDriverStore class.
|
Name | Description | |
---|---|---|
Comparer | (Inherited from DictionaryString, DBDriverBase.) | |
Count | (Inherited from DictionaryString, DBDriverBase.) | |
DatabaseDriverDefinitions |
Gets the database driver definitions.
| |
Item | (Inherited from DictionaryString, DBDriverBase.) | |
Keys | (Inherited from DictionaryString, DBDriverBase.) | |
Values | (Inherited from DictionaryString, DBDriverBase.) |
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.) |