Interface IFifthDbContext
Assembly: Volo.Abp.EntityFrameworkCore.Tests.SecondContext.dll
Syntax
public interface IFifthDbContext : IEfCoreDbContext, IDisposable, IInfrastructure<IServiceProvider>, IDbContextDependencies, IDbSetCache, IDbContextPoolable, IResettableService, IAsyncDisposable
Properties
FifthDbContextDummyEntity
Declaration
DbSet<FifthDbContextDummyEntity> FifthDbContextDummyEntity { get; set; }
Property Value
FifthDbContextMultiTenantDummyEntity
Declaration
DbSet<FifthDbContextMultiTenantDummyEntity> FifthDbContextMultiTenantDummyEntity { get; set; }
Property Value
Extension Methods