DefaultConnectionStrings constructor

namespace: Serenity.Data   assemblySerenity.Net.Data

Creates a new instance of DefaultConnectionStringSource

public DefaultConnectionStrings(IOptions<ConnectionStringOptions> options, 
    ISqlDialectMapper sqlDialectMapper = null)
parameter description
options Connection string options
sqlDialectMapper Sql Dialect Mapper

See Also