Click or drag to resize
CMSConnectionStringsGetConnectionStringName Method
Gets the connection string name by its value

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public string GetConnectionStringName(
	string connectionString
)

Parameters

connectionString
Type: SystemString
Connection string value

Return Value

Type: String
See Also