DefaultSqlConnections constructor

namespace: Serenity.Data   assemblySerenity.Net.Services

Default connection factory

public DefaultSqlConnections(IConnectionStrings connectionStrings, 
    IConnectionProfiler profiler = null, ILoggerFactory loggerFactory = null)
parameter description
connectionStrings Named connection strings
profiler Profiler if any
loggerFactory Optional logger factory (to be used by static SqlHelper methods)

Remarks

Creates a new instance

See Also