Skip to main content
All docs
V23.2
.NET 6.0+
  • The page you are viewing does not exist in the .NET Framework 4.5.2+ platform documentation. This link will take you to the parent topic of the current section.

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.