ConnectionStringInfo constructor

namespace: Serenity.Data   assemblySerenity.Net.Services

Contains a connection string, its key and provider name.

public ConnectionStringInfo(string connectionKey, string connectionString, string providerName, 
    ISqlDialect dialect)
parameter description
connectionKey The connection key.
connectionString The connection string.
providerName Name of the provider.
dialect Dialect

Remarks

Initializes a new instance of the ConnectionStringInfo class.

See Also