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.8.0.0 (5.8.21.0208)
Syntax
public Dictionary<string, DatabaseDriverConfiguration> DatabaseDriverDefinitions { get; }

Property Value

Type: DictionaryString, DatabaseDriverConfiguration
See Also