| TransactionBaseCreateConnection Method  | 
 
            Creates a new DbConnection instance which will be used by all elements using this ITransaction instance. 
            Reads connectionstring from .config file.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntaxprotected abstract DbConnection CreateConnection()
Protected MustOverride Function CreateConnection As DbConnection
Return Value
Type: 
DbConnectionnew DbConnection instance
See Also