DefaultSqlConnections constructor

namespace: Serenity.Data   assemblySerenity.Net.Data

Creates a new instance

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)

See Also