Link Search Menu Expand Document

FirebirdBootstrap


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

Properties

NameDescription
IsInitializedReturns true once the initialization has completed.

Usability

Call FirebirdConfiguration.UseFirebird() during application start-up; it triggers this class internally.

GlobalConfiguration
    .Setup()
    .UseFirebird();

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