Click or drag to resize
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)
Syntax
protected abstract DbConnection CreateConnection()

Return Value

Type: DbConnection
new DbConnection instance
See Also