Skip to main content
All docs
V25.2
  • AuditedDbContextBuilderExtensions.WithAuditedDbContext Method

    Name Parameters Description
    WithAuditedDbContext<TContext>(DbContextBuilder<TContext>, Action<AuditedDbContextConfigurator>, ServiceLifetime) static dbContextBuilder, configureContexts, dbContextFactoryServiceLifetime Allows you to configure the main (business object) and additional (audit history) DbContext objects in WinForms applications with the Audit Trail Module.
    WithAuditedDbContext<TContext>(DbContextServiceBasedBuilder<TContext>, Action<AuditedDbContextServiceBasedConfigurator>, ServiceLifetime) static dbContextBuilder, configureContexts, dbContextFactoryServiceLifetime Allows you to configure DbContext objects in ASP.NET Core Blazor applications with the Audit Trail Module.