Link Search Menu Expand Document

SapHanaConfiguration


This class exposes the UseSapHana() extension method of GlobalConfiguration, which wires up all the necessary dependencies for SAP HANA (via SapHanaBootstrap).

Usability

GlobalConfiguration
    .Setup()
    .UseSapHana();

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