AbstractDataConnectionGetNestedConnection Method |
Gets the nested connection with the given connection string
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax 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:
IDataConnectionSee Also