Link Search Menu Expand Document

SqlServerGlobalConfiguration


This class exposes the UseSqlServer() extension method of GlobalConfiguration, which wires up all the necessary dependencies for SQL Server (via SqlServerBootstrap).

Usability

GlobalConfiguration
    .Setup()
    .UseSqlServer();

Call this once during application start-up, before opening any SqlConnection.