Click or drag to resize
GeneralConnection Constructor (String)
Constructor.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected GeneralConnection(
	string connectionString
)

Parameters

connectionString
Type: SystemString
Connection string. If no connection string is provided, CMSConnectionString configuration value is used instead
See Also