Interface IFifthDbContext
Inherited Members
Namespace: Volo.Abp.MongoDB.TestApp.FifthContext
Assembly: Volo.Abp.MongoDB.Tests.SecondContext.dll
Syntax
public interface IFifthDbContext : IAbpMongoDbContext
Properties
FifthDbContextDummyEntity
Declaration
IMongoCollection<FifthDbContextDummyEntity> FifthDbContextDummyEntity { get; }
Property Value
| Type | Description |
|---|---|
| MongoDB.Driver.IMongoCollection<><FifthDbContextDummyEntity> |
FifthDbContextMultiTenantDummyEntity
Declaration
IMongoCollection<FifthDbContextMultiTenantDummyEntity> FifthDbContextMultiTenantDummyEntity { get; }
Property Value
| Type | Description |
|---|---|
| MongoDB.Driver.IMongoCollection<><FifthDbContextMultiTenantDummyEntity> |