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.4.0.0 (5.4.0)
Syntax protected abstract string GetConnectionString()
Protected MustOverride Function GetConnectionString As String
Return Value
Type:
Stringthe connection string as set by code or in the config file.
See Also