Click or drag to resize
DatabaseDriverStore Class
Simple container which contains all instances of drivers at runtime stored by their ID
Inheritance Hierarchy
SystemObject
  System.Collections.GenericDictionaryString, DBDriverBase
    SD.LLBLGen.Pro.ApplicationCore.GeneralDataStructuresDatabaseDriverStore

Namespace:  SD.LLBLGen.Pro.ApplicationCore.GeneralDataStructures
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
public class DatabaseDriverStore : Dictionary<string, DBDriverBase>

The DatabaseDriverStore type exposes the following members.

Constructors
  NameDescription
Public methodDatabaseDriverStore
Initializes a new instance of the DatabaseDriverStore class.
Top
Properties
  NameDescription
Public propertyComparer (Inherited from DictionaryString, DBDriverBase.)
Public propertyCount (Inherited from DictionaryString, DBDriverBase.)
Public propertyDatabaseDriverDefinitions
Gets the database driver definitions.
Public propertyItem (Inherited from DictionaryString, DBDriverBase.)
Public propertyKeys (Inherited from DictionaryString, DBDriverBase.)
Public propertyValues (Inherited from DictionaryString, DBDriverBase.)
Top
Methods
  NameDescription
Public methodAdd (Inherited from DictionaryString, DBDriverBase.)
Public methodClear (Inherited from DictionaryString, DBDriverBase.)
Public methodContainsKey (Inherited from DictionaryString, DBDriverBase.)
Public methodContainsValue (Inherited from DictionaryString, DBDriverBase.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from DictionaryString, DBDriverBase.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetObjectData (Inherited from DictionaryString, DBDriverBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoadDatabaseDriverDefinitions
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
Public methodLoadDriverInstances
Loads the driver instances from the configs read.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnDeserialization
Implements the ISerializable interface and raises the deserialization event when the deserialization is complete.
(Inherited from DictionaryString, DBDriverBase.)
Public methodRemove (Inherited from DictionaryString, DBDriverBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetValue (Inherited from DictionaryString, DBDriverBase.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodICollectionKeyValuePairTKey, TValueAdd (Inherited from DictionaryString, DBDriverBase.)
Explicit interface implementationPrivate methodIDictionaryAdd (Inherited from DictionaryString, DBDriverBase.)
Explicit interface implementationPrivate methodICollectionKeyValuePairTKey, TValueContains (Inherited from DictionaryString, DBDriverBase.)
Explicit interface implementationPrivate methodIDictionaryContains (Inherited from DictionaryString, DBDriverBase.)
Explicit interface implementationPrivate methodICollectionKeyValuePairTKey, TValueCopyTo (Inherited from DictionaryString, DBDriverBase.)
Explicit interface implementationPrivate methodICollectionCopyTo (Inherited from DictionaryString, DBDriverBase.)
Explicit interface implementationPrivate methodIEnumerableKeyValuePairTKey, TValueGetEnumerator (Inherited from DictionaryString, DBDriverBase.)
Explicit interface implementationPrivate methodIEnumerableGetEnumerator (Inherited from DictionaryString, DBDriverBase.)
Explicit interface implementationPrivate methodIDictionaryGetEnumerator (Inherited from DictionaryString, DBDriverBase.)
Explicit interface implementationPrivate propertyIDictionaryIsFixedSize (Inherited from DictionaryString, DBDriverBase.)
Explicit interface implementationPrivate propertyICollectionKeyValuePairTKey, TValueIsReadOnly (Inherited from DictionaryString, DBDriverBase.)
Explicit interface implementationPrivate propertyIDictionaryIsReadOnly (Inherited from DictionaryString, DBDriverBase.)
Explicit interface implementationPrivate propertyICollectionIsSynchronized (Inherited from DictionaryString, DBDriverBase.)
Explicit interface implementationPrivate propertyIDictionaryItem (Inherited from DictionaryString, DBDriverBase.)
Explicit interface implementationPrivate propertyIDictionaryTKey, TValueKeys (Inherited from DictionaryString, DBDriverBase.)
Explicit interface implementationPrivate propertyIReadOnlyDictionaryTKey, TValueKeys (Inherited from DictionaryString, DBDriverBase.)
Explicit interface implementationPrivate propertyIDictionaryKeys (Inherited from DictionaryString, DBDriverBase.)
Explicit interface implementationPrivate methodICollectionKeyValuePairTKey, TValueRemove (Inherited from DictionaryString, DBDriverBase.)
Explicit interface implementationPrivate methodIDictionaryRemove (Inherited from DictionaryString, DBDriverBase.)
Explicit interface implementationPrivate propertyICollectionSyncRoot (Inherited from DictionaryString, DBDriverBase.)
Explicit interface implementationPrivate propertyIDictionaryTKey, TValueValues (Inherited from DictionaryString, DBDriverBase.)
Explicit interface implementationPrivate propertyIReadOnlyDictionaryTKey, TValueValues (Inherited from DictionaryString, DBDriverBase.)
Explicit interface implementationPrivate propertyIDictionaryValues (Inherited from DictionaryString, DBDriverBase.)
Top
See Also