ConnectionStringInfo constructor
namespace: Serenity.Data assembly: Serenity.Net.Data
Initializes a new instance of the ConnectionStringInfo class.
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 |
See Also
- interface ISqlDialect
- class ConnectionStringInfo