Click or drag to resize
AbstractDataConnectionGetNestedConnection Method
Gets the nested connection with the given connection string

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public IDataConnection GetNestedConnection(
	string connectionString,
	bool newConnection = false
)

Parameters

connectionString
Type: SystemString
Connection string
newConnection (Optional)
Type: SystemBoolean
If true, a new connection is created

Return Value

Type: IDataConnection
See Also