Class AbpMemoryDbServiceCollectionExtensions
Inheritance
AbpMemoryDbServiceCollectionExtensions
Assembly: Volo.Abp.MemoryDb.dll
Syntax
public static class AbpMemoryDbServiceCollectionExtensions
Methods
AddMemoryDbContext<TMemoryDbContext>(IServiceCollection, Action<IAbpMemoryDbContextRegistrationOptionsBuilder>?)
Declaration
public static IServiceCollection AddMemoryDbContext<TMemoryDbContext>(this IServiceCollection services, Action<IAbpMemoryDbContextRegistrationOptionsBuilder>? optionsBuilder = null) where TMemoryDbContext : MemoryDbContext
Parameters
Returns
Type Parameters
| Name |
Description |
| TMemoryDbContext |
|