| IDataProviderGetNewConnection Method  | 
            Returns new data connection.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
SyntaxIDataConnection GetNewConnection(
	string connectionString
)
Parameters
- connectionString
 - Type: SystemString
Connection string 
Return Value
Type: 
IDataConnection
See Also