Link Search Menu Expand Document

SapHanaBootstrap


This class initializes the necessary dependencies for the HanaConnection object — the DbSetting, DbHelper and StatementBuilder — and registers them via their respective mappers.

Properties

NameDescription
IsInitializedReturns true once the initialization has completed.

Usability

Call SapHanaConfiguration.UseSapHana() during application start-up; it triggers this class internally.

GlobalConfiguration
    .Setup()
    .UseSapHana();

Initialization is a one-time, idempotent operation — calling UseSapHana() more than once has no additional effect.