SqlServerGlobalConfiguration
A class that is being used to initialize the necessary settings for the SQL Server data provider.
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.