Class AbpDbContextOptionsExtension
Inheritance
AbpDbContextOptionsExtension
Implements
IDbContextOptionsExtension
Assembly: Volo.Abp.EntityFrameworkCore.dll
Syntax
public class AbpDbContextOptionsExtension : IDbContextOptionsExtension
Constructors
AbpDbContextOptionsExtension()
Declaration
public AbpDbContextOptionsExtension()
Properties
Info
Declaration
public DbContextOptionsExtensionInfo Info { get; }
Property Value
Type |
Description |
DbContextOptionsExtensionInfo |
|
Methods
ApplyServices(IServiceCollection)
Declaration
public void ApplyServices(IServiceCollection services)
Parameters
Validate(IDbContextOptions)
Declaration
public void Validate(IDbContextOptions options)
Parameters
Type |
Name |
Description |
IDbContextOptions |
options |
|
Implements
Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptionsExtension
Extension Methods