DatabaseDriverStoreDatabaseDriverDefinitions Property  | 
 
            Gets the database driver definitions.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.GeneralDataStructures
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntaxpublic Dictionary<string, DatabaseDriverConfiguration> DatabaseDriverDefinitions { get; }Public ReadOnly Property DatabaseDriverDefinitions As Dictionary(Of String, DatabaseDriverConfiguration)
	Get
Property Value
Type: 
DictionaryString, 
DatabaseDriverConfiguration
See Also