Db2GlobalConfiguration
A class that is being used to initialize the necessary settings for the Db2 data provider.
This class exposes the UseDb2() extension method of GlobalConfiguration, which wires up all the necessary dependencies for Db2 (via Db2Bootstrap).
Usability
GlobalConfiguration
.Setup()
.UseDb2();
Call this once during application start-up, before opening any
DB2Connection.