Click or drag to resize

DaoBaseGetConnectionString Method

Gets the connection string to use

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
protected abstract string GetConnectionString()

Return Value

Type: String
the connection string as set by code or in the config file.
See Also