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.5.0.0 (5.5.18.1019)
Syntaxprotected 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