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.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax protected abstract DbConnection CreateConnection()
Protected MustOverride Function CreateConnection As DbConnection
Return Value
Type:
DbConnectionnew DbConnection instance
See Also