Show / Hide Table of Contents

Class AbpMemoryDbServiceCollectionExtensions

Inheritance
object
AbpMemoryDbServiceCollectionExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Microsoft.Extensions.DependencyInjection
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
Type Name Description
IServiceCollection services
Action<IAbpMemoryDbContextRegistrationOptionsBuilder> optionsBuilder
Returns
Type Description
IServiceCollection
Type Parameters
Name Description
TMemoryDbContext
In this article
Back to top Powered by Volosoft