Interface IFifthDbContext
Inherited Members
System.IDisposable.Dispose()
System.IAsyncDisposable.DisposeAsync()
Namespace: Volo.Abp.EntityFrameworkCore.TestApp.FifthContext
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
| Type | Description |
|---|---|
| Microsoft.EntityFrameworkCore.DbSet<><FifthDbContextDummyEntity> |
FifthDbContextMultiTenantDummyEntity
Declaration
DbSet<FifthDbContextMultiTenantDummyEntity> FifthDbContextMultiTenantDummyEntity { get; set; }
Property Value
| Type | Description |
|---|---|
| Microsoft.EntityFrameworkCore.DbSet<><FifthDbContextMultiTenantDummyEntity> |