Show / Hide Table of Contents

Interface IEntityFrameworkDatabaseComponent<TDbContext>

A component for a database managed via Entity Framework.

Inherited Members
IAccelergreatComponent.InitializeAsync(IAccelergreatEnvironmentPipelineData)
IAccelergreatComponent.ResetAsync()
Namespace: Accelergreat.EntityFramework
Assembly: Accelergreat.EntityFramework.dll
Syntax
public interface IEntityFrameworkDatabaseComponent<out TDbContext> : IAccelergreatComponent where TDbContext : DbContext
Type Parameters
Name Description
TDbContext

Properties

DbContextFactory

Declaration
IDbContextFactory<TDbContext> DbContextFactory { get; }
Property Value
Type Description
IDbContextFactory<TDbContext>
In This Article
Back to top Copyright © Nanogunn Ltd.