Link Search Menu Expand Document

EnterpriseDbGlobalConfiguration


This class exposes the UseEnterpriseDb() extension method of GlobalConfiguration, which wires up all the necessary dependencies for EnterpriseDB (via EnterpriseDbBootstrap).

Usability

GlobalConfiguration
    .Setup()
    .UseEnterpriseDb();

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