namespace: Serenity.Data assembly: Serenity.Net.Data
Creates an actual connection based on providerName, this should not return a wrapped connection.
protected virtual IDbConnection CreateConnection(string connectionString, string providerName,
ISqlDialect dialect)
parameter | description |
---|---|
connectionString | Connection string |
providerName | Provider name |
dialect | Dialect |
A new IDbConnection object.
- interface ISqlDialect
- class DefaultSqlConnections