Interface IFourthDbContext
Inherited Members
Namespace: Volo.Abp.EntityFrameworkCore.TestApp.FourthContext
Assembly: Volo.Abp.EntityFrameworkCore.Tests.SecondContext.dll
Syntax
public interface IFourthDbContext : IEfCoreDbContext, IDisposable, IInfrastructure<IServiceProvider>, IDbContextDependencies, IDbSetCache, IDbContextPoolable, IResettableService, IAsyncDisposable
Properties
FourthDummyEntities
Declaration
DbSet<FourthDbContextDummyEntity> FourthDummyEntities { get; set; }
Property Value
Type | Description |
---|---|
DbSet<FourthDbContextDummyEntity> |