Click or drag to resize
IDaoCreateConnection Method (String)
Creates a new ADO.NET Connection

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

Parameters

connectionString
Type: SystemString
Conectionstring To use

Return Value

Type: DbConnection
A ready to use, closed, ADO.NET connection object
See Also