DaoBaseCreateConnection Method  | 
 Creates a new closed ADO.NET Connection object based on the connection string read from the *.config file of the appdomain.
            The connection string is stored in a key with the name defined in the constant connectionKeyString
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxpublic DbConnection CreateConnection()
Public Function CreateConnection As DbConnection
Return Value
Type: 
DbConnectionA ready to use, closed, sqlconnection object
Implements
IDaoCreateConnection
See Also