Click or drag to resize
DataProviderGetNewConnection Method
Returns new data connection.

Namespace: CMS.DataProviderSQL
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
public override IDataConnection GetNewConnection(
	string connectionString
)

Parameters

connectionString
Type: SystemString
Connection string

Return Value

Type: IDataConnection

Implements

IDataProviderGetNewConnection(String)
See Also