Class AbpMemoryDbServiceCollectionExtensions
Inheritance
System.Object
AbpMemoryDbServiceCollectionExtensions
Assembly: Volo.Abp.MemoryDb.dll
Syntax
public static class AbpMemoryDbServiceCollectionExtensions : object
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 |
Description |
| IServiceCollection |
|
Type Parameters
| Name |
Description |
| TMemoryDbContext |
|