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.9.0.0 (5.9.0)
Syntax public Dictionary<string, DatabaseDriverConfiguration> DatabaseDriverDefinitions { get; }
Public ReadOnly Property DatabaseDriverDefinitions As Dictionary(Of String, DatabaseDriverConfiguration)
Get
Property Value
Type:
DictionaryString,
DatabaseDriverConfigurationSee Also