Click or drag to resize
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.0.0.0 (5.0.0)
Syntax
public Dictionary<string, DatabaseDriverConfiguration> DatabaseDriverDefinitions { get; }

Property Value

Type: DictionaryString, DatabaseDriverConfiguration
See Also