Returns connection string for the given parameters.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- winAuth
- Type: System Boolean
Whether to use windows authentication
- serverName
- Type: System String
Server
- database
- Type: System String
Name of the database
- userName
- Type: System String
SQL user name
- pass
- Type: System String
SQL password
Return Value
Type: StringSee Also