Interface IEntityFrameworkDatabaseComponent<TDbContext>
A component for a database managed via Entity Framework.
Inherited Members
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> |