Show / Hide Table of Contents

Class AbpMemoryDbServiceCollectionExtensions

Inheritance
System.Object
AbpMemoryDbServiceCollectionExtensions
Namespace: Microsoft.Extensions.DependencyInjection
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
Type Name Description
IServiceCollection services
Action<IAbpMemoryDbContextRegistrationOptionsBuilder> optionsBuilder
Returns
Type Description
IServiceCollection
Type Parameters
Name Description
TMemoryDbContext
Back to top Powered by Volosoft