Click or drag to resize
TransactionBaseCreateConnection Method (String)
Creates a new DbConnection instance which will be used by all elements using this ITransaction instance

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(
	string connectionString
)

Parameters

connectionString
Type: SystemString
Connection string to use

Return Value

Type: DbConnection
new DbConnection instance
See Also