GeneralChangeConnectionStringCredentials Method

Definition

Namespace: Centralpoint.Utilities
Assembly: Centralpoint (in Centralpoint.dll) Version: 2.0.0.0 (2.0.0.0)
C#
public static string ChangeConnectionStringCredentials(
	string connectionString,
	string dataSource,
	string userId,
	string password
)

Parameters

connectionString  String
 
dataSource  String
 
userId  String
 
password  String
 

Return Value

String

See Also