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