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.4.0.0 (5.4.0)
Syntax protected abstract DbConnection CreateConnection()
Protected MustOverride Function CreateConnection As DbConnection
Return Value
Type:
DbConnectionnew DbConnection instance
See Also