
Constructor.
public ConnectionSetting(string name, string connectionString, string providerName, bool encrypt);
Parameters
name
The name of the connection.
connectionString
The connection string.
providerName
The name of the provider to use.
encrypt
True if the connection string is stored encrypted.